#CA80DD

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

Shades of Orchid #CA80DD

Tints of Orchid #CA80DD

Color information

#CA80DD (or 0xCA80DD) is unknown color: approx Orchid. HEX triplet: CA, 80 and DD. RGB value is (202,128,221). Sum of RGB (Red+Green+Blue) = 202+128+221=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80DD is #357F22. Grayscale: #A0A0A0. Windows color (decimal): -3505955 or 14516426. OLE color: 14516426.

HSL color Cylindrical-coordinate representation of color #CA80DD: hue angle of 287.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA80DD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202128221-
CMYK0.090.4200.13
HSL287.74º57.76%68.43%-
HSV(B)287.74º42.08%86.67%-
XYZ45.1333.2272.44-
YUV160.73162.02157.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 128 (50.39% from 255) = 23.23%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=36.66%
G=23.23%
B=40.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021282210.090.4200.13287.7457.7668.43
HexCA80DD92A0D1203a44
Octal312200335115201544072104
Binary1100101010000000110111011001101010011011001000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80DD; }

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

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

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

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

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

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

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

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