#C28BCA

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

Shades of Lilac #C28BCA

Tints of Lilac #C28BCA

Color information

#C28BCA (or 0xC28BCA) is unknown color: approx Lilac. HEX triplet: C2, 8B and CA. RGB value is (194,139,202). Sum of RGB (Red+Green+Blue) = 194+139+202=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #C28BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BCA is #3D7435. Grayscale: #A2A2A2. Windows color (decimal): -4027446 or 13274050. OLE color: 13274050.

HSL color Cylindrical-coordinate representation of color #C28BCA: hue angle of 292.38º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28BCA is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194139202-
CMYK0.040.3100.21
HSL292.38º37.28%66.86%-
HSV(B)292.38º31.19%79.22%-
XYZ42.1434.260.26-
YUV162.63150.22150.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=36.26%
G=25.98%
B=37.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941392020.040.3100.21292.3837.2866.86
HexC28BCA41F0151242543
Octal30221331243702544445103
Binary110000101000101111001010100111110101011001001001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BCA; }

 p { color: rgb(194,139,202); }

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

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

 a { background-color: rgb(194,139,202); }

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

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

 span { border-color: rgb(194,139,202); }

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