#C28CC0

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

Shades of Lilac #C28CC0

Tints of Lilac #C28CC0

Color information

#C28CC0 (or 0xC28CC0) is unknown color: approx Lilac. HEX triplet: C2, 8C and C0. RGB value is (194,140,192). Sum of RGB (Red+Green+Blue) = 194+140+192=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CC0 is #3D733F. Grayscale: #A1A1A1. Windows color (decimal): -4027200 or 12618946. OLE color: 12618946.

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

Color convert

RGB194140192-
CMYK00.280.010.24
HSL302.22º30.68%65.49%-
HSV(B)302.22º27.84%76.08%-
XYZ41.1434.0354.27-
YUV162.07144.89150.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 140 (55.08% from 255) = 26.62%
BLUE value IS 192 (75.39% from 255) = 36.50%
R=36.88%
G=26.62%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414019200.280.010.24302.2230.6865.49
HexC28CC001C11812e1f41
Octal30221430003413045637101
Binary110000101000110011000000011100111000100101110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CC0; }

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

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

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

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

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

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

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

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