#C88DAD

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

Shades of Lily #C88DAD

Tints of Lily #C88DAD

Color information

#C88DAD (or 0xC88DAD) is unknown color: approx Lily. HEX triplet: C8, 8D and AD. RGB value is (200,141,173). Sum of RGB (Red+Green+Blue) = 200+141+173=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88DAD is #377252. Grayscale: #A2A2A2. Windows color (decimal): -3633747 or 11374024. OLE color: 11374024.

HSL color Cylindrical-coordinate representation of color #C88DAD: hue angle of 327.46º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88DAD is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200141173-
CMYK00.290.140.22
HSL327.46º34.91%66.86%-
HSV(B)327.46º29.5%78.43%-
XYZ40.8934.3544.01-
YUV162.29134.05154.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 141 (55.47% from 255) = 27.43%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=38.91%
G=27.43%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014117300.290.140.22327.4634.9166.86
HexC88DAD01DE161472343
Octal310215255035162650743103
Binary1100100010001101101011010111011110101101010001111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DAD; }

 p { color: rgb(200,141,173); }

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

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

 a { background-color: rgb(200,141,173); }

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

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

 span { border-color: rgb(200,141,173); }

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