#C28CBD

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

Shades of Lilac #C28CBD

Tints of Lilac #C28CBD

Color information

#C28CBD (or 0xC28CBD) is unknown color: approx Lilac. HEX triplet: C2, 8C and BD. RGB value is (194,140,189). Sum of RGB (Red+Green+Blue) = 194+140+189=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CBD is #3D7342. Grayscale: #A1A1A1. Windows color (decimal): -4027203 or 12422338. OLE color: 12422338.

HSL color Cylindrical-coordinate representation of color #C28CBD: hue angle of 305.56º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28CBD is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194140189-
CMYK00.280.030.24
HSL305.56º30.68%65.49%-
HSV(B)305.56º27.84%76.08%-
XYZ40.8133.952.54-
YUV161.73143.39151.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=37.09%
G=26.77%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414018900.280.030.24305.5630.6865.49
HexC28CBD01C3181321f41
Octal30221427503433046237101
Binary1100001010001100101111010111001111000100110010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CBD; }

 p { color: rgb(194,140,189); }

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

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

 a { background-color: rgb(194,140,189); }

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

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

 span { border-color: rgb(194,140,189); }

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