#CB82DD

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

Shades of Orchid #CB82DD

Tints of Orchid #CB82DD

Color information

#CB82DD (or 0xCB82DD) is unknown color: approx Orchid. HEX triplet: CB, 82 and DD. RGB value is (203,130,221). Sum of RGB (Red+Green+Blue) = 203+130+221=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82DD is #347D22. Grayscale: #A1A1A1. Windows color (decimal): -3439907 or 14516939. OLE color: 14516939.

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

Color convert

RGB203130221-
CMYK0.080.4100.13
HSL288.13º57.23%68.82%-
HSV(B)288.13º41.18%86.67%-
XYZ45.6633.8872.54-
YUV162.2161.18157.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 130 (51.17% from 255) = 23.47%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=36.64%
G=23.47%
B=39.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031302210.080.4100.13288.1357.2368.82
HexCB82DD8290D1203945
Octal313202335105101544071105
Binary1100101110000010110111011000101001011011001000001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82DD; }

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

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

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

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

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

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

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

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