#C894CC

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

Shades of Lilac #C894CC

Tints of Lilac #C894CC

Color information

#C894CC (or 0xC894CC) is unknown color: approx Lilac. HEX triplet: C8, 94 and CC. RGB value is (200,148,204). Sum of RGB (Red+Green+Blue) = 200+148+204=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #C894CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894CC is #376B33. Grayscale: #A9A9A9. Windows color (decimal): -3631924 or 13407432. OLE color: 13407432.

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

Color convert

RGB200148204-
CMYK0.020.2700.2
HSL295.71º35.44%69.02%-
HSV(B)295.71º27.45%80%-
XYZ45.3137.8262.04-
YUV169.93147.23149.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.23%
GREEN value IS 148 (58.20% from 255) = 26.81%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=36.23%
G=26.81%
B=36.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001482040.020.2700.2295.7135.4469.02
HexC894CC21B0141282345
Octal31022431423302445043105
Binary11001000100101001100110010110110101001001010001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894CC; }

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

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

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

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

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

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

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

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