#C187CE

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

Shades of Wisteria #C187CE

Tints of Wisteria #C187CE

Color information

#C187CE (or 0xC187CE) is unknown color: approx Wisteria. HEX triplet: C1, 87 and CE. RGB value is (193,135,206). Sum of RGB (Red+Green+Blue) = 193+135+206=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #C187CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187CE is #3E7831. Grayscale: #A0A0A0. Windows color (decimal): -4094002 or 13535169. OLE color: 13535169.

HSL color Cylindrical-coordinate representation of color #C187CE: hue angle of 289.01º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C187CE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193135206-
CMYK0.060.3400.19
HSL289.01º42.01%66.86%-
HSV(B)289.01º34.47%80.78%-
XYZ41.833.1262.58-
YUV160.44153.72151.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.14%
GREEN value IS 135 (53.12% from 255) = 25.28%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=36.14%
G=25.28%
B=38.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931352060.060.3400.19289.0142.0166.86
HexC187CE6220131212a43
Octal30120731664202344152103
Binary1100000110000111110011101101000100100111001000011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C187CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C187CE; }

 p { color: rgb(193,135,206); }

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

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

 a { background-color: rgb(193,135,206); }

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

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

 span { border-color: rgb(193,135,206); }

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