#C785CC

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

Shades of Lilac #C785CC

Tints of Lilac #C785CC

Color information

#C785CC (or 0xC785CC) is unknown color: approx Lilac. HEX triplet: C7, 85 and CC. RGB value is (199,133,204). Sum of RGB (Red+Green+Blue) = 199+133+204=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #C785CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785CC is #387A33. Grayscale: #A0A0A0. Windows color (decimal): -3701300 or 13403591. OLE color: 13403591.

HSL color Cylindrical-coordinate representation of color #C785CC: hue angle of 295.77º degrees, saturation: 0.41, 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 #C785CC is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB199133204-
CMYK0.020.3500.2
HSL295.77º41.04%66.08%-
HSV(B)295.77º34.8%80%-
XYZ42.8433.2861.29-
YUV160.83152.37155.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.13%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=37.13%
G=24.81%
B=38.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991332040.020.3500.2295.7741.0466.08
HexC785CC2230141282942
Octal30720531424302445051102
Binary110001111000010111001100101000110101001001010001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C785CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C785CC; }

 p { color: rgb(199,133,204); }

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

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

 a { background-color: rgb(199,133,204); }

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

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

 span { border-color: rgb(199,133,204); }

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