#C186F1

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

Shades of Wisteria #C186F1

Tints of Wisteria #C186F1

Color information

#C186F1 (or 0xC186F1) is unknown color: approx Wisteria. HEX triplet: C1, 86 and F1. RGB value is (193,134,241). Sum of RGB (Red+Green+Blue) = 193+134+241=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #C186F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186F1 is #3E790E. Grayscale: #A3A3A3. Windows color (decimal): -4094223 or 15828673. OLE color: 15828673.

HSL color Cylindrical-coordinate representation of color #C186F1: hue angle of 273.08º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C186F1 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB193134241-
CMYK0.200.4400.05
HSL273.08º79.26%73.53%-
HSV(B)273.08º44.4%94.51%-
XYZ46.3934.7487.48-
YUV163.84171.55148.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.98%
GREEN value IS 134 (52.73% from 255) = 23.59%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=33.98%
G=23.59%
B=42.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1931342410.200.4400.05273.0879.2673.53
HexC186F1142C051114f4a
Octal301206361245405421117112
Binary11000001100001101111000110100101100010110001000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C186F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C186F1; }

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

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

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

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

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

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

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

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