#CB81CC

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

Shades of Orchid #CB81CC

Tints of Orchid #CB81CC

Color information

#CB81CC (or 0xCB81CC) is unknown color: approx Orchid. HEX triplet: CB, 81 and CC. RGB value is (203,129,204). Sum of RGB (Red+Green+Blue) = 203+129+204=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB81CC is #347E33. Grayscale: #9F9F9F. Windows color (decimal): -3440180 or 13402571. OLE color: 13402571.

HSL color Cylindrical-coordinate representation of color #CB81CC: hue angle of 299.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB81CC is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203129204-
CMYK0.000.3700.2
HSL299.2º42.37%65.29%-
HSV(B)299.2º36.76%80%-
XYZ43.3832.7661.16-
YUV159.68153.02158.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=37.87%
G=24.07%
B=38.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031292040.000.3700.2299.242.3765.29
HexCB81CC02501412b2a41
Octal31320131404502445352101
Binary11001011100000011100110001001010101001001010111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB81CC; }

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

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

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

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

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

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

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

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