#C28CC3

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

Shades of Lilac #C28CC3

Tints of Lilac #C28CC3

Color information

#C28CC3 (or 0xC28CC3) is unknown color: approx Lilac. HEX triplet: C2, 8C and C3. RGB value is (194,140,195). Sum of RGB (Red+Green+Blue) = 194+140+195=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 195 - color contains mainly: blue. Hex color #C28CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CC3 is #3D733C. Grayscale: #A2A2A2. Windows color (decimal): -4027197 or 12815554. OLE color: 12815554.

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

Color convert

RGB194140195-
CMYK0.010.2800.24
HSL298.91º31.43%65.69%-
HSV(B)298.91º28.21%76.47%-
XYZ41.4834.1756.04-
YUV162.42146.39150.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 195 (76.56% from 255) = 36.86%
R=36.67%
G=26.47%
B=36.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941401950.010.2800.24298.9131.4365.69
HexC28CC311C01812b1f42
Octal30221430313403045337102
Binary110000101000110011000011111100011000100101011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CC3; }

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

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

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

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

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

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

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

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