Html Css Color HEX #C186D1 Wisteria

📋 copy color: '#C186D1'

red 193 ◦ green 134 ◦ blue 209

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

Shades of Wisteria #C186D1

Tints of Wisteria #C186D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 36.01%
G = 25%
B = 38.99%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C186D1 (or 0xC186D1) is known color: Wisteria. HEX triplet: C1, 86 and D1. RGB value is (193,134,209). Sum of RGB (Red+Green+Blue) = 193+134+209=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #C186D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186D1 is #3E792E. Grayscale: #9F9F9F. Windows color (decimal): -4094255 or 13731521. OLE color: 13731521.

HSL color Cylindrical-coordinate representation of color #C186D1: hue angle of 287.2º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C186D1 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 134 209 -
CMYK 0.08 0.36 0 0.18
HSL 287.2º 0.45% 0.67% -
HSV(B) 287.2º 0.36% 0.82% -
XYZ 42.03 32.99 64.47 -
YUV 160.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 193 134 209 0.08 0.36 0 0.18 287.2 0.45 0.67
Hex C1 86 D1 8 24 0 12 11F 2D 43
Octal 301 206 321 10 44 0 22 437 55 103
Binary 11000001 10000110 11010001 1000 100100 0 10010 100011111 101101 1000011

Color Harmonies of #C186D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186D1

Black with #C186D1

Text Example


Text Example

White with #C186D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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