#C28FC6

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

Shades of Lilac #C28FC6

Tints of Lilac #C28FC6

Color information

#C28FC6 (or 0xC28FC6) is unknown color: approx Lilac. HEX triplet: C2, 8F and C6. RGB value is (194,143,198). Sum of RGB (Red+Green+Blue) = 194+143+198=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #C28FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FC6 is #3D7039. Grayscale: #A4A4A4. Windows color (decimal): -4026426 or 13012930. OLE color: 13012930.

HSL color Cylindrical-coordinate representation of color #C28FC6: hue angle of 295.64º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28FC6 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194143198-
CMYK0.020.2800.22
HSL295.64º32.54%66.86%-
HSV(B)295.64º27.78%77.65%-
XYZ42.2635.1957.99-
YUV164.52146.9149.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 143 (56.25% from 255) = 26.73%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=36.26%
G=26.73%
B=37.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941431980.020.2800.22295.6432.5466.86
HexC28FC621C0161282143
Octal30221730623402645041103
Binary11000010100011111100011010111000101101001010001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FC6; }

 p { color: rgb(194,143,198); }

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

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

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

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

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

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

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