#C28CCC

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

Shades of Lilac #C28CCC

Tints of Lilac #C28CCC

Color information

#C28CCC (or 0xC28CCC) is unknown color: approx Lilac. HEX triplet: C2, 8C and CC. RGB value is (194,140,204). Sum of RGB (Red+Green+Blue) = 194+140+204=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #C28CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CCC is #3D7333. Grayscale: #A3A3A3. Windows color (decimal): -4027188 or 13405378. OLE color: 13405378.

HSL color Cylindrical-coordinate representation of color #C28CCC: hue angle of 290.62º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28CCC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194140204-
CMYK0.050.3100.2
HSL290.62º38.55%67.45%-
HSV(B)290.62º31.37%80%-
XYZ42.5334.5961.56-
YUV163.44150.89149.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=36.06%
G=26.02%
B=37.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941402040.050.3100.2290.6238.5567.45
HexC28CCC51F0141232743
Octal30221431453702444347103
Binary110000101000110011001100101111110101001001000111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CCC; }

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

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

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

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

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

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

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

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