#C894D0

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

Shades of Lilac #C894D0

Tints of Lilac #C894D0

Color information

#C894D0 (or 0xC894D0) is unknown color: approx Lilac. HEX triplet: C8, 94 and D0. RGB value is (200,148,208). Sum of RGB (Red+Green+Blue) = 200+148+208=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #C894D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894D0 is #376B2F. Grayscale: #AAAAAA. Windows color (decimal): -3631920 or 13669576. OLE color: 13669576.

HSL color Cylindrical-coordinate representation of color #C894D0: hue angle of 292º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C894D0 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200148208-
CMYK0.040.2900.18
HSL292º38.96%69.8%-
HSV(B)292º28.85%81.57%-
XYZ45.7938.0164.6-
YUV170.39149.23149.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.97%
GREEN value IS 148 (58.20% from 255) = 26.62%
BLUE value IS 208 (81.64% from 255) = 37.41%
R=35.97%
G=26.62%
B=37.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001482080.040.2900.1829238.9669.8
HexC894D041D0121242746
Octal31022432043502244447106
Binary110010001001010011010000100111010100101001001001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894D0; }

 p { color: rgb(200,148,208); }

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

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

 a { background-color: rgb(200,148,208); }

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

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

 span { border-color: rgb(200,148,208); }

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