Html Css Color HEX #C186CD Lilac

📋 copy color: '#C186CD'

red 193 ◦ green 134 ◦ blue 205

#C186CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C186CD

Tints of Lilac #C186CD

RGB

 RED value IS 193 (75.78% from 255) = 36.28%

 GREEN value IS 134 (52.73% from 255) = 25.19%

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 36.28%
G = 25.19%
B = 38.53%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C186CD (or 0xC186CD) is known color: Lilac. HEX triplet: C1, 86 and CD. RGB value is (193,134,205). Sum of RGB (Red+Green+Blue) = 193+134+205=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #C186CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186CD is #3E7932. Grayscale: #9F9F9F. Windows color (decimal): -4094259 or 13469377. OLE color: 13469377.

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

Color convert

RGB 193 134 205 -
CMYK 0.06 0.35 0 0.20
HSL 289.86º 0.42% 0.66% -
HSV(B) 289.86º 0.35% 0.8% -
XYZ 41.54 32.8 61.9 -
YUV 159.74 153.55 151.73 -
System Red Green Blue C M Y K H S L
Decimal 193 134 205 0.06 0.35 0 0.20 289.86 0.42 0.66
Hex C1 86 CD 6 23 0 14 122 2A 42
Octal 301 206 315 6 43 0 24 442 52 102
Binary 11000001 10000110 11001101 110 100011 0 10100 100100010 101010 1000010

Color Harmonies of #C186CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186CD

Black with #C186CD

Text Example


Text Example

White with #C186CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186CD; }

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

 H1.HeaderClassName
 {
   color: #C186CD;
 }
 .AnyTagClassName
 {
   color: #C186CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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