#C28CBF

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

Shades of Lilac #C28CBF

Tints of Lilac #C28CBF

Color information

#C28CBF (or 0xC28CBF) is unknown color: approx Lilac. HEX triplet: C2, 8C and BF. RGB value is (194,140,191). Sum of RGB (Red+Green+Blue) = 194+140+191=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CBF is #3D7340. Grayscale: #A1A1A1. Windows color (decimal): -4027201 or 12553410. OLE color: 12553410.

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

Color convert

RGB194140191-
CMYK00.280.020.24
HSL303.33º30.68%65.49%-
HSV(B)303.33º27.84%76.08%-
XYZ41.0333.9953.69-
YUV161.96144.39150.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 191 (75% from 255) = 36.38%
R=36.95%
G=26.67%
B=36.38%

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
Decimal19414019100.280.020.24303.3330.6865.49
HexC28CBF01C21812f1f41
Octal30221427703423045737101
Binary1100001010001100101111110111001011000100101111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CBF; }

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

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

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

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

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

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

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

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