#CD88BE

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

Shades of Lily #CD88BE

Tints of Lily #CD88BE

Color information

#CD88BE (or 0xCD88BE) is unknown color: approx Lily. HEX triplet: CD, 88 and BE. RGB value is (205,136,190). Sum of RGB (Red+Green+Blue) = 205+136+190=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD88BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD88BE is #327741. Grayscale: #A2A2A2. Windows color (decimal): -3307330 or 12486861. OLE color: 12486861.

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

Color convert

RGB205136190-
CMYK00.340.070.20
HSL313.04º40.83%66.86%-
HSV(B)313.04º33.66%80.39%-
XYZ43.2834.3153.06-
YUV162.79143.36158.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 136 (53.52% from 255) = 25.61%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=38.61%
G=25.61%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513619000.340.070.20313.0440.8366.86
HexCD88BE0227141392943
Octal31521027604272447151103
Binary1100110110001000101111100100010111101001001110011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88BE; }

 p { color: rgb(205,136,190); }

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

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

 a { background-color: rgb(205,136,190); }

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

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

 span { border-color: rgb(205,136,190); }

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