#CA79D8

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

Shades of Orchid #CA79D8

Tints of Orchid #CA79D8

Color information

#CA79D8 (or 0xCA79D8) is unknown color: approx Orchid. HEX triplet: CA, 79 and D8. RGB value is (202,121,216). Sum of RGB (Red+Green+Blue) = 202+121+216=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA79D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79D8 is #358627. Grayscale: #9B9B9B. Windows color (decimal): -3507752 or 14186954. OLE color: 14186954.

HSL color Cylindrical-coordinate representation of color #CA79D8: hue angle of 291.16º degrees, saturation: 0.55, 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 #CA79D8 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202121216-
CMYK0.060.4400.15
HSL291.16º54.91%66.08%-
HSV(B)291.16º43.98%84.71%-
XYZ43.5931.1968.69-
YUV156.05161.84160.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 121 (47.66% from 255) = 22.45%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=37.48%
G=22.45%
B=40.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021212160.060.4400.15291.1654.9166.08
HexCA79D862C0F1233742
Octal31217133065401744367102
Binary11001010111100111011000110101100011111001000111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA79D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA79D8; }

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

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

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

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

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

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

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

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