#CA82DB

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

Shades of Orchid #CA82DB

Tints of Orchid #CA82DB

Color information

#CA82DB (or 0xCA82DB) is unknown color: approx Orchid. HEX triplet: CA, 82 and DB. RGB value is (202,130,219). Sum of RGB (Red+Green+Blue) = 202+130+219=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82DB is #357D24. Grayscale: #A1A1A1. Windows color (decimal): -3505445 or 14385866. OLE color: 14385866.

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

Color convert

RGB202130219-
CMYK0.080.4100.14
HSL288.54º55.28%68.43%-
HSV(B)288.54º40.64%85.88%-
XYZ45.1333.6471.13-
YUV161.67160.35156.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 130 (51.17% from 255) = 23.59%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=36.66%
G=23.59%
B=39.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021302190.080.4100.14288.5455.2868.43
HexCA82DB8290E1213744
Octal312202333105101644167104
Binary1100101010000010110110111000101001011101001000011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82DB; }

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

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

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

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

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

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

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

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