#C28FCA

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

Shades of Lilac #C28FCA

Tints of Lilac #C28FCA

Color information

#C28FCA (or 0xC28FCA) is unknown color: approx Lilac. HEX triplet: C2, 8F and CA. RGB value is (194,143,202). Sum of RGB (Red+Green+Blue) = 194+143+202=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #C28FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FCA is #3D7035. Grayscale: #A4A4A4. Windows color (decimal): -4026422 or 13275074. OLE color: 13275074.

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

Color convert

RGB194143202-
CMYK0.040.2900.21
HSL291.86º35.76%67.65%-
HSV(B)291.86º29.21%79.22%-
XYZ42.7335.3860.45-
YUV164.98148.9148.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=35.99%
G=26.53%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941432020.040.2900.21291.8635.7667.65
HexC28FCA41D0151242444
Octal30221731243502544444104
Binary110000101000111111001010100111010101011001001001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FCA; }

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

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

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

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

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

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

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

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