#CB82DB

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

Shades of Orchid #CB82DB

Tints of Orchid #CB82DB

Color information

#CB82DB (or 0xCB82DB) is unknown color: approx Orchid. HEX triplet: CB, 82 and DB. RGB value is (203,130,219). Sum of RGB (Red+Green+Blue) = 203+130+219=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82DB is #347D24. Grayscale: #A1A1A1. Windows color (decimal): -3439909 or 14385867. OLE color: 14385867.

HSL color Cylindrical-coordinate representation of color #CB82DB: hue angle of 289.21º 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 #CB82DB is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203130219-
CMYK0.070.4100.14
HSL289.21º55.28%68.43%-
HSV(B)289.21º40.64%85.88%-
XYZ45.433.7871.14-
YUV161.97160.18157.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 130 (51.17% from 255) = 23.55%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=36.78%
G=23.55%
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.14
SystemRedGreenBlueCMYKHSL
Decimal2031302190.070.4100.14289.2155.2868.43
HexCB82DB7290E1213744
Octal31320233375101644167104
Binary110010111000001011011011111101001011101001000011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82DB; }

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

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

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

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

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

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

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

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