#CA80DB

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

Shades of Orchid #CA80DB

Tints of Orchid #CA80DB

Color information

#CA80DB (or 0xCA80DB) is unknown color: approx Orchid. HEX triplet: CA, 80 and DB. RGB value is (202,128,219). Sum of RGB (Red+Green+Blue) = 202+128+219=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80DB is #357F24. Grayscale: #A0A0A0. Windows color (decimal): -3505957 or 14385354. OLE color: 14385354.

HSL color Cylindrical-coordinate representation of color #CA80DB: hue angle of 288.79º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA80DB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202128219-
CMYK0.080.4200.14
HSL288.79º55.83%68.04%-
HSV(B)288.79º41.55%85.88%-
XYZ44.8633.1171.04-
YUV160.5161.02157.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 128 (50.39% from 255) = 23.32%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=36.79%
G=23.32%
B=39.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021282190.080.4200.14288.7955.8368.04
HexCA80DB82A0E1213844
Octal312200333105201644170104
Binary1100101010000000110110111000101010011101001000011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80DB; }

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

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

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

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

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

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

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

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