#C288BE

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

Shades of Lilac #C288BE

Tints of Lilac #C288BE

Color information

#C288BE (or 0xC288BE) is unknown color: approx Lilac. HEX triplet: C2, 88 and BE. RGB value is (194,136,190). Sum of RGB (Red+Green+Blue) = 194+136+190=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C288BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288BE is #3D7741. Grayscale: #9F9F9F. Windows color (decimal): -4028226 or 12486850. OLE color: 12486850.

HSL color Cylindrical-coordinate representation of color #C288BE: hue angle of 304.14º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C288BE is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194136190-
CMYK00.300.020.24
HSL304.14º32.22%64.71%-
HSV(B)304.14º29.9%76.08%-
XYZ40.3532.852.92-
YUV159.5145.22152.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=37.31%
G=26.15%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413619000.300.020.24304.1432.2264.71
HexC288BE01E2181302041
Octal30221027603623046040101
Binary11000010100010001011111001111010110001001100001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C288BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C288BE; }

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

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

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

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

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

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

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

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