#CA79C7

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

Shades of Orchid #CA79C7

Tints of Orchid #CA79C7

Color information

#CA79C7 (or 0xCA79C7) is unknown color: approx Orchid. HEX triplet: CA, 79 and C7. RGB value is (202,121,199). Sum of RGB (Red+Green+Blue) = 202+121+199=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA79C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79C7 is #358638. Grayscale: #999999. Windows color (decimal): -3507769 or 13072842. OLE color: 13072842.

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

Color convert

RGB202121199-
CMYK00.400.010.21
HSL302.22º43.32%63.33%-
HSV(B)302.22º40.1%79.22%-
XYZ41.530.3557.7-
YUV154.11153.34162.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 121 (47.66% from 255) = 23.18%
BLUE value IS 199 (78.12% from 255) = 38.12%
R=38.70%
G=23.18%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212119900.400.010.21302.2243.3263.33
HexCA79C702811512e2b3f
Octal3121713070501254565377
Binary110010101111001110001110101000110101100101110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79C7; }

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

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

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

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

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

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

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

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