#C28AC0

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

Shades of Lilac #C28AC0

Tints of Lilac #C28AC0

Color information

#C28AC0 (or 0xC28AC0) is unknown color: approx Lilac. HEX triplet: C2, 8A and C0. RGB value is (194,138,192). Sum of RGB (Red+Green+Blue) = 194+138+192=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AC0 is #3D753F. Grayscale: #A0A0A0. Windows color (decimal): -4027712 or 12618434. OLE color: 12618434.

HSL color Cylindrical-coordinate representation of color #C28AC0: hue angle of 302.14º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28AC0 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194138192-
CMYK00.290.010.24
HSL302.14º31.46%65.1%-
HSV(B)302.14º28.87%76.08%-
XYZ40.8533.4554.17-
YUV160.9145.55151.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=37.02%
G=26.34%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413819200.290.010.24302.1431.4665.1
HexC28AC001D11812e1f41
Octal30221230003513045637101
Binary110000101000101011000000011101111000100101110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28AC0; }

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

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

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

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

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

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

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

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