#C28CC2

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

Shades of Lilac #C28CC2

Tints of Lilac #C28CC2

Color information

#C28CC2 (or 0xC28CC2) is unknown color: approx Lilac. HEX triplet: C2, 8C and C2. RGB value is (194,140,194). Sum of RGB (Red+Green+Blue) = 194+140+194=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C28CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CC2 is #3D733D. Grayscale: #A2A2A2. Windows color (decimal): -4027198 or 12750018. OLE color: 12750018.

HSL color Cylindrical-coordinate representation of color #C28CC2: hue angle of 300º 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 #C28CC2 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB194140194-
CMYK00.2800.24
HSL300º30.68%65.49%-
HSV(B)300º27.84%76.08%-
XYZ41.3634.1255.44-
YUV162.3145.89150.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 140 (55.08% from 255) = 26.52%
BLUE value IS 194 (76.17% from 255) = 36.74%
R=36.74%
G=26.52%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414019400.2800.2430030.6865.49
HexC28CC201C01812c1f41
Octal30221430203403045437101
Binary110000101000110011000010011100011000100101100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CC2; }

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

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

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

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

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

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

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

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