#C286CC

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

Shades of Lilac #C286CC

Tints of Lilac #C286CC

Color information

#C286CC (or 0xC286CC) is unknown color: approx Lilac. HEX triplet: C2, 86 and CC. RGB value is (194,134,204). Sum of RGB (Red+Green+Blue) = 194+134+204=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #C286CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286CC is #3D7933. Grayscale: #9F9F9F. Windows color (decimal): -4028724 or 13403842. OLE color: 13403842.

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

Color convert

RGB194134204-
CMYK0.050.3400.2
HSL291.43º40.7%66.27%-
HSV(B)291.43º34.31%80%-
XYZ41.6732.8861.28-
YUV159.92152.88152.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 134 (52.73% from 255) = 25.19%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=36.47%
G=25.19%
B=38.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941342040.050.3400.2291.4340.766.27
HexC286CC5220141232942
Octal30220631454202444351102
Binary1100001010000110110011001011000100101001001000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C286CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C286CC; }

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

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

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

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

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

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

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

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