#C286CD

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

Shades of Lilac #C286CD

Tints of Lilac #C286CD

Color information

#C286CD (or 0xC286CD) is unknown color: approx Lilac. HEX triplet: C2, 86 and CD. RGB value is (194,134,205). Sum of RGB (Red+Green+Blue) = 194+134+205=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #C286CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286CD is #3D7932. Grayscale: #9F9F9F. Windows color (decimal): -4028723 or 13469378. OLE color: 13469378.

HSL color Cylindrical-coordinate representation of color #C286CD: hue angle of 290.7º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C286CD is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194134205-
CMYK0.050.3500.20
HSL290.7º41.52%66.47%-
HSV(B)290.7º34.63%80.39%-
XYZ41.7932.9361.91-
YUV160.03153.38152.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 134 (52.73% from 255) = 25.14%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=36.40%
G=25.14%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941342050.050.3500.20290.741.5266.47
HexC286CD5230141232a42
Octal30220631554302444352102
Binary1100001010000110110011011011000110101001001000111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C286CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C286CD; }

 p { color: rgb(194,134,205); }

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

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

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

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

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

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

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