#CA79D9

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

Shades of Orchid #CA79D9

Tints of Orchid #CA79D9

Color information

#CA79D9 (or 0xCA79D9) is unknown color: approx Orchid. HEX triplet: CA, 79 and D9. RGB value is (202,121,217). Sum of RGB (Red+Green+Blue) = 202+121+217=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA79D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79D9 is #358626. Grayscale: #9B9B9B. Windows color (decimal): -3507751 or 14252490. OLE color: 14252490.

HSL color Cylindrical-coordinate representation of color #CA79D9: hue angle of 290.62º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA79D9 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202121217-
CMYK0.070.4400.15
HSL290.62º55.81%66.27%-
HSV(B)290.62º44.24%85.1%-
XYZ43.7231.2469.37-
YUV156.16162.34160.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 121 (47.66% from 255) = 22.41%
BLUE value IS 217 (85.16% from 255) = 40.19%
R=37.41%
G=22.41%
B=40.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021212170.070.4400.15290.6255.8166.27
HexCA79D972C0F1233842
Octal31217133175401744370102
Binary11001010111100111011001111101100011111001000111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79D9; }

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

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

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

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

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

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

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

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