#CA80D9

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

Shades of Orchid #CA80D9

Tints of Orchid #CA80D9

Color information

#CA80D9 (or 0xCA80D9) is unknown color: approx Orchid. HEX triplet: CA, 80 and D9. RGB value is (202,128,217). Sum of RGB (Red+Green+Blue) = 202+128+217=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA80D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80D9 is #357F26. Grayscale: #9F9F9F. Windows color (decimal): -3505959 or 14254282. OLE color: 14254282.

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

Color convert

RGB202128217-
CMYK0.070.4100.15
HSL289.89º53.94%67.65%-
HSV(B)289.89º41.01%85.1%-
XYZ44.63369.67-
YUV160.27160.02157.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 217 (85.16% from 255) = 39.67%
R=36.93%
G=23.40%
B=39.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021282170.070.4100.15289.8953.9467.65
HexCA80D97290F1223644
Octal31220033175101744266104
Binary110010101000000011011001111101001011111001000101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80D9; }

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

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

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

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

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

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

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

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