Html Css Color HEX #C186CA Lilac

📋 copy color: '#C186CA'

red 193 ◦ green 134 ◦ blue 202

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

Shades of Lilac #C186CA

Tints of Lilac #C186CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 36.48%
G = 25.33%
B = 38.19%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C186CA (or 0xC186CA) is known color: Lilac. HEX triplet: C1, 86 and CA. RGB value is (193,134,202). Sum of RGB (Red+Green+Blue) = 193+134+202=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #C186CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186CA is #3E7935. Grayscale: #9F9F9F. Windows color (decimal): -4094262 or 13272769. OLE color: 13272769.

HSL color Cylindrical-coordinate representation of color #C186CA: hue angle of 292.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C186CA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 134 202 -
CMYK 0.04 0.34 0 0.21
HSL 292.06º 0.39% 0.66% -
HSV(B) 292.06º 0.34% 0.79% -
XYZ 41.18 32.65 60.01 -
YUV 159.39 152.05 151.97 -
System Red Green Blue C M Y K H S L
Decimal 193 134 202 0.04 0.34 0 0.21 292.06 0.39 0.66
Hex C1 86 CA 4 22 0 15 124 27 42
Octal 301 206 312 4 42 0 25 444 47 102
Binary 11000001 10000110 11001010 100 100010 0 10101 100100100 100111 1000010

Color Harmonies of #C186CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186CA

Black with #C186CA

Text Example


Text Example

White with #C186CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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