#CA79B6

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

Shades of Orchid #CA79B6

Tints of Orchid #CA79B6

Color information

#CA79B6 (or 0xCA79B6) is unknown color: approx Orchid. HEX triplet: CA, 79 and B6. RGB value is (202,121,182). Sum of RGB (Red+Green+Blue) = 202+121+182=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79B6 is #358649. Grayscale: #989898. Windows color (decimal): -3507786 or 11958730. OLE color: 11958730.

HSL color Cylindrical-coordinate representation of color #CA79B6: hue angle of 314.81º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA79B6 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB202121182-
CMYK00.400.100.21
HSL314.81º43.32%63.33%-
HSV(B)314.81º40.1%79.22%-
XYZ39.6429.6147.88-
YUV152.17144.84163.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 23.96%
BLUE value IS 182 (71.48% from 255) = 36.04%
R=40%
G=23.96%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212118200.400.100.21314.8143.3263.33
HexCA79B6028A1513b2b3f
Octal31217126605012254735377
Binary110010101111001101101100101000101010101100111011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79B6; }

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

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

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

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

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

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

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

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