#C288CD

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

Shades of Lilac #C288CD

Tints of Lilac #C288CD

Color information

#C288CD (or 0xC288CD) is unknown color: approx Lilac. HEX triplet: C2, 88 and CD. RGB value is (194,136,205). Sum of RGB (Red+Green+Blue) = 194+136+205=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #C288CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288CD is #3D7732. Grayscale: #A0A0A0. Windows color (decimal): -4028211 or 13469890. OLE color: 13469890.

HSL color Cylindrical-coordinate representation of color #C288CD: hue angle of 290.43º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C288CD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194136205-
CMYK0.050.3400.20
HSL290.43º40.83%66.86%-
HSV(B)290.43º33.66%80.39%-
XYZ42.0733.4962-
YUV161.21152.72151.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 136 (53.52% from 255) = 25.42%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=36.26%
G=25.42%
B=38.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941362050.050.3400.20290.4340.8366.86
HexC288CD5220141222943
Octal30221031554202444251103
Binary1100001010001000110011011011000100101001001000101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C288CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C288CD; }

 p { color: rgb(194,136,205); }

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

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

 a { background-color: rgb(194,136,205); }

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

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

 span { border-color: rgb(194,136,205); }

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