Html Css Color HEX #C186E6 Wisteria

📋 copy color: '#C186E6'

red 193 ◦ green 134 ◦ blue 230

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

Shades of Wisteria #C186E6

Tints of Wisteria #C186E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.29%

R = 34.65%
G = 24.06%
B = 41.29%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C186E6 (or 0xC186E6) is known color: Wisteria. HEX triplet: C1, 86 and E6. RGB value is (193,134,230). Sum of RGB (Red+Green+Blue) = 193+134+230=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #C186E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186E6 is #3E7919. Grayscale: #A2A2A2. Windows color (decimal): -4094234 or 15107777. OLE color: 15107777.

HSL color Cylindrical-coordinate representation of color #C186E6: hue angle of 276.88º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C186E6 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 134 230 -
CMYK 0.16 0.42 0 0.10
HSL 276.88º 0.66% 0.71% -
HSV(B) 276.88º 0.42% 0.9% -
XYZ 44.8 34.1 79.08 -
YUV 162.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 193 134 230 0.16 0.42 0 0.10 276.88 0.66 0.71
Hex C1 86 E6 10 2A 0 A 115 42 47
Octal 301 206 346 20 52 0 12 425 102 107
Binary 11000001 10000110 11100110 10000 101010 0 1010 100010101 1000010 1000111

Color Harmonies of #C186E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186E6

Black with #C186E6

Text Example


Text Example

White with #C186E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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