#C785CD

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

Shades of Lilac #C785CD

Tints of Lilac #C785CD

Color information

#C785CD (or 0xC785CD) is unknown color: approx Lilac. HEX triplet: C7, 85 and CD. RGB value is (199,133,205). Sum of RGB (Red+Green+Blue) = 199+133+205=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #C785CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785CD is #387A32. Grayscale: #A0A0A0. Windows color (decimal): -3701299 or 13469127. OLE color: 13469127.

HSL color Cylindrical-coordinate representation of color #C785CD: hue angle of 295º 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 #C785CD is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199133205-
CMYK0.030.3500.20
HSL295º41.86%66.27%-
HSV(B)295º35.12%80.39%-
XYZ42.9633.3261.93-
YUV160.94152.87155.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.06%
GREEN value IS 133 (52.34% from 255) = 24.77%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=37.06%
G=24.77%
B=38.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991332050.030.3500.2029541.8666.27
HexC785CD3230141272a42
Octal30720531534302444752102
Binary110001111000010111001101111000110101001001001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C785CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C785CD; }

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

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

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

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

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

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

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

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