#C885CD

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

Shades of Lilac #C885CD

Tints of Lilac #C885CD

Color information

#C885CD (or 0xC885CD) is unknown color: approx Lilac. HEX triplet: C8, 85 and CD. RGB value is (200,133,205). Sum of RGB (Red+Green+Blue) = 200+133+205=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #C885CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885CD is #377A32. Grayscale: #A1A1A1. Windows color (decimal): -3635763 or 13469128. OLE color: 13469128.

HSL color Cylindrical-coordinate representation of color #C885CD: hue angle of 295.83º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C885CD is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200133205-
CMYK0.020.3500.20
HSL295.83º41.86%66.27%-
HSV(B)295.83º35.12%80.39%-
XYZ43.2333.4661.94-
YUV161.24152.7155.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=37.17%
G=24.72%
B=38.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001332050.020.3500.20295.8341.8666.27
HexC885CD2230141282a42
Octal31020531524302445052102
Binary110010001000010111001101101000110101001001010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885CD; }

 p { color: rgb(200,133,205); }

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

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

 a { background-color: rgb(200,133,205); }

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

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

 span { border-color: rgb(200,133,205); }

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