#CA79CB

Color #CA79CB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CA79CB

Tints of Orchid #CA79CB

Color information

#CA79CB (or 0xCA79CB) is unknown color: approx Orchid. HEX triplet: CA, 79 and CB. RGB value is (202,121,203). Sum of RGB (Red+Green+Blue) = 202+121+203=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79CB is #358634. Grayscale: #9A9A9A. Windows color (decimal): -3507765 or 13334986. OLE color: 13334986.

HSL color Cylindrical-coordinate representation of color #CA79CB: hue angle of 299.27º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA79CB is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202121203-
CMYK0.000.4000.20
HSL299.27º44.09%63.53%-
HSV(B)299.27º40.39%79.61%-
XYZ41.9730.5460.18-
YUV154.57155.34161.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 121 (47.66% from 255) = 23.00%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=38.40%
G=23.00%
B=38.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021212030.000.4000.20299.2744.0963.53
HexCA79CB02801412b2c40
Octal31217131305002445354100
Binary1100101011110011100101101010000101001001010111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79CB; }

 p { color: rgb(202,121,203); }

 H1.HeaderClassName
 {
   color: #CA79CB;
 }
 .AnyTagClassName
 {
   color: #CA79CB;
 }
</style>
background-color css

<style>
 a { background-color: #CA79CB; }

 a { background-color: rgb(202,121,203); }

 div.DivClassName
 {
   background-color: #CA79CB;
 }
 .BgClassName
 {
   background-color: #CA79CB;
 }
</style>
border-color css

<style>
 span { border-color: #CA79CB; }

 span { border-color: rgb(202,121,203); }

 td.TdClassName
 {
   border-color: #CA79CB;
 }
 .TagClassName
 {
   border-color: #CA79CB;
 }
</style>