#C284C0

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

Shades of Lilac #C284C0

Tints of Lilac #C284C0

Color information

#C284C0 (or 0xC284C0) is unknown color: approx Lilac. HEX triplet: C2, 84 and C0. RGB value is (194,132,192). Sum of RGB (Red+Green+Blue) = 194+132+192=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C284C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C284C0 is #3D7B3F. Grayscale: #9D9D9D. Windows color (decimal): -4029248 or 12616898. OLE color: 12616898.

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

Color convert

RGB194132192-
CMYK00.320.010.24
HSL301.94º33.7%63.92%-
HSV(B)301.94º31.96%76.08%-
XYZ40.0131.7853.89-
YUV157.38147.54154.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 132 (51.95% from 255) = 25.48%
BLUE value IS 192 (75.39% from 255) = 37.07%
R=37.45%
G=25.48%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413219200.320.010.24301.9433.763.92
HexC284C002011812e2240
Octal30220430004013045642100
Binary11000010100001001100000001000001110001001011101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C284C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C284C0; }

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

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

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

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

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

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

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

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