#C186D1

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

Shades of Wisteria #C186D1

Tints of Wisteria #C186D1

Color information

#C186D1 (or 0xC186D1) is unknown color: approx 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

RGB193134209-
CMYK0.080.3600.18
HSL287.2º44.91%67.25%-
HSV(B)287.2º35.89%81.96%-
XYZ42.0332.9964.47-
YUV160.19155.55151.4-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931342090.080.3600.18287.244.9167.25
HexC186D182401211f2d43
Octal301206321104402243755103
Binary11000001100001101101000110001001000100101000111111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C186D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>