#C28CCA

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

Shades of Lilac #C28CCA

Tints of Lilac #C28CCA

Color information

#C28CCA (or 0xC28CCA) is unknown color: approx Lilac. HEX triplet: C2, 8C and CA. RGB value is (194,140,202). Sum of RGB (Red+Green+Blue) = 194+140+202=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #C28CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CCA is #3D7335. Grayscale: #A3A3A3. Windows color (decimal): -4027190 or 13274306. OLE color: 13274306.

HSL color Cylindrical-coordinate representation of color #C28CCA: hue angle of 292.26º 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 #C28CCA is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194140202-
CMYK0.040.3100.21
HSL292.26º36.9%67.06%-
HSV(B)292.26º30.69%79.22%-
XYZ42.2934.4960.31-
YUV163.21149.89149.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 140 (55.08% from 255) = 26.12%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=36.19%
G=26.12%
B=37.69%

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
Decimal1941402020.040.3100.21292.2636.967.06
HexC28CCA41F0151242543
Octal30221431243702544445103
Binary110000101000110011001010100111110101011001001001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CCA; }

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

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

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

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

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

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

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

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