#CB8CBD

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

Shades of Lily #CB8CBD

Tints of Lily #CB8CBD

Color information

#CB8CBD (or 0xCB8CBD) is unknown color: approx Lily. HEX triplet: CB, 8C and BD. RGB value is (203,140,189). Sum of RGB (Red+Green+Blue) = 203+140+189=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CBD is #347342. Grayscale: #A4A4A4. Windows color (decimal): -3437379 or 12422347. OLE color: 12422347.

HSL color Cylindrical-coordinate representation of color #CB8CBD: hue angle of 313.33º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8CBD is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203140189-
CMYK00.310.070.20
HSL313.33º37.72%67.25%-
HSV(B)313.33º31.03%79.61%-
XYZ43.1935.1352.65-
YUV164.42141.87155.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 140 (55.08% from 255) = 26.32%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=38.16%
G=26.32%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314018900.310.070.20313.3337.7267.25
HexCB8CBD01F7141392643
Octal31321427503772447146103
Binary110010111000110010111101011111111101001001110011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8CBD; }

 p { color: rgb(203,140,189); }

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

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

 a { background-color: rgb(203,140,189); }

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

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

 span { border-color: rgb(203,140,189); }

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