#CB81CE

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

Shades of Orchid #CB81CE

Tints of Orchid #CB81CE

Color information

#CB81CE (or 0xCB81CE) is unknown color: approx Orchid. HEX triplet: CB, 81 and CE. RGB value is (203,129,206). Sum of RGB (Red+Green+Blue) = 203+129+206=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB81CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81CE is #347E31. Grayscale: #9F9F9F. Windows color (decimal): -3440178 or 13533643. OLE color: 13533643.

HSL color Cylindrical-coordinate representation of color #CB81CE: hue angle of 297.66º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB81CE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203129206-
CMYK0.010.3700.19
HSL297.66º44%65.69%-
HSV(B)297.66º37.38%80.78%-
XYZ43.6232.8562.43-
YUV159.9154.02158.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=37.73%
G=23.98%
B=38.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031292060.010.3700.19297.664465.69
HexCB81CE12501312a2c42
Octal31320131614502345254102
Binary11001011100000011100111011001010100111001010101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81CE; }

 p { color: rgb(203,129,206); }

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

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

 a { background-color: rgb(203,129,206); }

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

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

 span { border-color: rgb(203,129,206); }

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