#C186DF

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

Shades of Wisteria #C186DF

Tints of Wisteria #C186DF

Color information

#C186DF (or 0xC186DF) is unknown color: approx Wisteria. HEX triplet: C1, 86 and DF. RGB value is (193,134,223). Sum of RGB (Red+Green+Blue) = 193+134+223=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #C186DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186DF is #3E7920. Grayscale: #A1A1A1. Windows color (decimal): -4094241 or 14649025. OLE color: 14649025.

HSL color Cylindrical-coordinate representation of color #C186DF: hue angle of 279.78º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C186DF is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193134223-
CMYK0.130.4000.13
HSL279.78º58.17%70%-
HSV(B)279.78º39.91%87.45%-
XYZ43.8433.7274.01-
YUV161.79162.55150.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.09%
GREEN value IS 134 (52.73% from 255) = 24.36%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=35.09%
G=24.36%
B=40.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931342230.130.4000.13279.7858.1770
HexC186DFD280D1183a46
Octal301206337155001543072106
Binary1100000110000110110111111101101000011011000110001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C186DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C186DF; }

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

 H1.HeaderClassName
 {
   color: #C186DF;
 }
 .AnyTagClassName
 {
   color: #C186DF;
 }
</style>
background-color css

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

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

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

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

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

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