#C88DB7

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

Shades of Lily #C88DB7

Tints of Lily #C88DB7

Color information

#C88DB7 (or 0xC88DB7) is unknown color: approx Lily. HEX triplet: C8, 8D and B7. RGB value is (200,141,183). Sum of RGB (Red+Green+Blue) = 200+141+183=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DB7 is #377248. Grayscale: #A3A3A3. Windows color (decimal): -3633737 or 12029384. OLE color: 12029384.

HSL color Cylindrical-coordinate representation of color #C88DB7: hue angle of 317.29º 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 #C88DB7 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200141183-
CMYK00.290.080.22
HSL317.29º34.91%66.86%-
HSV(B)317.29º29.5%78.43%-
XYZ41.8934.7549.3-
YUV163.43139.05154.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=38.17%
G=26.91%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014118300.290.080.22317.2934.9166.86
HexC88DB701D81613d2343
Octal310215267035102647543103
Binary1100100010001101101101110111011000101101001111011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88DB7; }

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

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

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

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

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

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

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

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