#C28AC8

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

Shades of Lilac #C28AC8

Tints of Lilac #C28AC8

Color information

#C28AC8 (or 0xC28AC8) is unknown color: approx Lilac. HEX triplet: C2, 8A and C8. RGB value is (194,138,200). Sum of RGB (Red+Green+Blue) = 194+138+200=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 200 - color contains mainly: blue. Hex color #C28AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AC8 is #3D7537. Grayscale: #A1A1A1. Windows color (decimal): -4027704 or 13142722. OLE color: 13142722.

HSL color Cylindrical-coordinate representation of color #C28AC8: hue angle of 294.19º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28AC8 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194138200-
CMYK0.030.3100.22
HSL294.19º36.05%66.27%-
HSV(B)294.19º31%78.43%-
XYZ41.7633.8258.97-
YUV161.81149.55150.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 200 (78.52% from 255) = 37.59%
R=36.47%
G=25.94%
B=37.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941382000.030.3100.22294.1936.0566.27
HexC28AC831F0161262442
Octal30221231033702644644102
Binary11000010100010101100100011111110101101001001101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28AC8; }

 p { color: rgb(194,138,200); }

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

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

 a { background-color: rgb(194,138,200); }

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

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

 span { border-color: rgb(194,138,200); }

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