#CA79C2

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

Shades of Orchid #CA79C2

Tints of Orchid #CA79C2

Color information

#CA79C2 (or 0xCA79C2) is unknown color: approx Orchid. HEX triplet: CA, 79 and C2. RGB value is (202,121,194). Sum of RGB (Red+Green+Blue) = 202+121+194=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79C2 is #35863D. Grayscale: #999999. Windows color (decimal): -3507774 or 12745162. OLE color: 12745162.

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

Color convert

RGB202121194-
CMYK00.400.040.21
HSL305.93º43.32%63.33%-
HSV(B)305.93º40.1%79.22%-
XYZ40.9330.1354.7-
YUV153.54150.84162.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 194 (76.17% from 255) = 37.52%
R=39.07%
G=23.40%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212119400.400.040.21305.9343.3263.33
HexCA79C20284151322b3f
Octal3121713020504254625377
Binary11001010111100111000010010100010010101100110010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79C2; }

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

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

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

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

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

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

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

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