#C186EA

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

Shades of Wisteria #C186EA

Tints of Wisteria #C186EA

Color information

#C186EA (or 0xC186EA) is unknown color: approx Wisteria. HEX triplet: C1, 86 and EA. RGB value is (193,134,234). Sum of RGB (Red+Green+Blue) = 193+134+234=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #C186EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C186EA is #3E7915. Grayscale: #A2A2A2. Windows color (decimal): -4094230 or 15369921. OLE color: 15369921.

HSL color Cylindrical-coordinate representation of color #C186EA: hue angle of 275.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C186EA is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193134234-
CMYK0.180.4300.08
HSL275.4º70.42%72.16%-
HSV(B)275.4º42.74%91.76%-
XYZ45.3734.3382.08-
YUV163.04168.05149.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.40%
GREEN value IS 134 (52.73% from 255) = 23.89%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=34.40%
G=23.89%
B=41.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931342340.180.4300.08275.470.4272.16
HexC186EA122B081134648
Octal3012063522253010423106110
Binary110000011000011011101010100101010110100010001001110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C186EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C186EA; }

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

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

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

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

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

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

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

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