#C28CBC

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

Shades of Lilac #C28CBC

Tints of Lilac #C28CBC

Color information

#C28CBC (or 0xC28CBC) is unknown color: approx Lilac. HEX triplet: C2, 8C and BC. RGB value is (194,140,188). Sum of RGB (Red+Green+Blue) = 194+140+188=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CBC is #3D7343. Grayscale: #A1A1A1. Windows color (decimal): -4027204 or 12356802. OLE color: 12356802.

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

Color convert

RGB194140188-
CMYK00.280.030.24
HSL306.67º30.68%65.49%-
HSV(B)306.67º27.84%76.08%-
XYZ40.733.8651.97-
YUV161.62142.89151.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.16%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=37.16%
G=26.82%
B=36.02%

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
Decimal19414018800.280.030.24306.6730.6865.49
HexC28CBC01C3181331f41
Octal30221427403433046337101
Binary1100001010001100101111000111001111000100110011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CBC; }

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

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

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

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

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

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

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

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