#C186D8

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

Shades of Wisteria #C186D8

Tints of Wisteria #C186D8

Color information

#C186D8 (or 0xC186D8) is unknown color: approx Wisteria. HEX triplet: C1, 86 and D8. RGB value is (193,134,216). Sum of RGB (Red+Green+Blue) = 193+134+216=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #C186D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186D8 is #3E7927. Grayscale: #A0A0A0. Windows color (decimal): -4094248 or 14190273. OLE color: 14190273.

HSL color Cylindrical-coordinate representation of color #C186D8: hue angle of 283.17º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C186D8 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193134216-
CMYK0.110.3800.15
HSL283.17º51.25%68.63%-
HSV(B)283.17º37.96%84.71%-
XYZ42.9133.3569.14-
YUV160.99159.05150.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 134 (52.73% from 255) = 24.68%
BLUE value IS 216 (84.77% from 255) = 39.78%
R=35.54%
G=24.68%
B=39.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931342160.110.3800.15283.1751.2568.63
HexC186D8B260F11b3345
Octal301206330134601743363105
Binary1100000110000110110110001011100110011111000110111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C186D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C186D8; }

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

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

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

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

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

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

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

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