#CB82DC

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

Shades of Orchid #CB82DC

Tints of Orchid #CB82DC

Color information

#CB82DC (or 0xCB82DC) is unknown color: approx Orchid. HEX triplet: CB, 82 and DC. RGB value is (203,130,220). Sum of RGB (Red+Green+Blue) = 203+130+220=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB82DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82DC is #347D23. Grayscale: #A1A1A1. Windows color (decimal): -3439908 or 14451403. OLE color: 14451403.

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

Color convert

RGB203130220-
CMYK0.080.4100.14
HSL288.67º56.25%68.63%-
HSV(B)288.67º40.91%86.27%-
XYZ45.5333.8371.84-
YUV162.09160.68157.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 130 (51.17% from 255) = 23.51%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=36.71%
G=23.51%
B=39.78%

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
Decimal2031302200.080.4100.14288.6756.2568.63
HexCB82DC8290E1213845
Octal313202334105101644170105
Binary1100101110000010110111001000101001011101001000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82DC; }

 p { color: rgb(203,130,220); }

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

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

 a { background-color: rgb(203,130,220); }

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

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

 span { border-color: rgb(203,130,220); }

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