#CA79C5

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

Shades of Orchid #CA79C5

Tints of Orchid #CA79C5

Color information

#CA79C5 (or 0xCA79C5) is unknown color: approx Orchid. HEX triplet: CA, 79 and C5. RGB value is (202,121,197). Sum of RGB (Red+Green+Blue) = 202+121+197=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79C5 is #35863A. Grayscale: #999999. Windows color (decimal): -3507771 or 12941770. OLE color: 12941770.

HSL color Cylindrical-coordinate representation of color #CA79C5: hue angle of 303.7º 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 #CA79C5 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202121197-
CMYK00.400.020.21
HSL303.7º43.32%63.33%-
HSV(B)303.7º40.1%79.22%-
XYZ41.2730.2656.49-
YUV153.88152.34162.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 121 (47.66% from 255) = 23.27%
BLUE value IS 197 (77.34% from 255) = 37.88%
R=38.85%
G=23.27%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212119700.400.020.21303.743.3263.33
HexCA79C50282151302b3f
Octal3121713050502254605377
Binary1100101011110011100010101010001010101100110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79C5; }

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

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

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

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

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

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

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

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