#C886CF

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

Shades of Lilac #C886CF

Tints of Lilac #C886CF

Color information

#C886CF (or 0xC886CF) is unknown color: approx Lilac. HEX triplet: C8, 86 and CF. RGB value is (200,134,207). Sum of RGB (Red+Green+Blue) = 200+134+207=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #C886CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886CF is #377930. Grayscale: #A1A1A1. Windows color (decimal): -3635505 or 13600456. OLE color: 13600456.

HSL color Cylindrical-coordinate representation of color #C886CF: hue angle of 294.25º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C886CF is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200134207-
CMYK0.030.3500.19
HSL294.25º43.2%66.86%-
HSV(B)294.25º35.27%81.18%-
XYZ43.6133.8363.26-
YUV162.06153.37155.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.97%
GREEN value IS 134 (52.73% from 255) = 24.77%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=36.97%
G=24.77%
B=38.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001342070.030.3500.19294.2543.266.86
HexC886CF3230131262b43
Octal31020631734302344653103
Binary110010001000011011001111111000110100111001001101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886CF; }

 p { color: rgb(200,134,207); }

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

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

 a { background-color: rgb(200,134,207); }

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

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

 span { border-color: rgb(200,134,207); }

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