#C28CBE

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

Shades of Lilac #C28CBE

Tints of Lilac #C28CBE

Color information

#C28CBE (or 0xC28CBE) is unknown color: approx Lilac. HEX triplet: C2, 8C and BE. RGB value is (194,140,190). Sum of RGB (Red+Green+Blue) = 194+140+190=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CBE is #3D7341. Grayscale: #A1A1A1. Windows color (decimal): -4027202 or 12487874. OLE color: 12487874.

HSL color Cylindrical-coordinate representation of color #C28CBE: hue angle of 304.44º 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 #C28CBE is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194140190-
CMYK00.280.020.24
HSL304.44º30.68%65.49%-
HSV(B)304.44º27.84%76.08%-
XYZ40.9233.9453.11-
YUV161.85143.89150.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=37.02%
G=26.72%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414019000.280.020.24304.4430.6865.49
HexC28CBE01C2181301f41
Octal30221427603423046037101
Binary1100001010001100101111100111001011000100110000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CBE; }

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

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

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

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

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

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

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

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