#C185CD

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

Shades of Lilac #C185CD

Tints of Lilac #C185CD

Color information

#C185CD (or 0xC185CD) is unknown color: approx Lilac. HEX triplet: C1, 85 and CD. RGB value is (193,133,205). Sum of RGB (Red+Green+Blue) = 193+133+205=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #C185CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185CD is #3E7A32. Grayscale: #9E9E9E. Windows color (decimal): -4094515 or 13469121. OLE color: 13469121.

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

Color convert

RGB193133205-
CMYK0.060.3500.20
HSL290º41.86%66.27%-
HSV(B)290º35.12%80.39%-
XYZ41.432.5261.85-
YUV159.15153.88152.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.35%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=36.35%
G=25.05%
B=38.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931332050.060.3500.2029041.8666.27
HexC185CD6230141222a42
Octal30120531564302444252102
Binary1100000110000101110011011101000110101001001000101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C185CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C185CD; }

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

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

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

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

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

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

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

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