#C187DD

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

Shades of Wisteria #C187DD

Tints of Wisteria #C187DD

Color information

#C187DD (or 0xC187DD) is unknown color: approx Wisteria. HEX triplet: C1, 87 and DD. RGB value is (193,135,221). Sum of RGB (Red+Green+Blue) = 193+135+221=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #C187DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187DD is #3E7822. Grayscale: #A1A1A1. Windows color (decimal): -4093987 or 14518209. OLE color: 14518209.

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

Color convert

RGB193135221-
CMYK0.130.3900.13
HSL280.47º55.84%69.8%-
HSV(B)280.47º38.91%86.67%-
XYZ43.7133.8972.64-
YUV162.15161.22150.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.15%
GREEN value IS 135 (53.12% from 255) = 24.59%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=35.15%
G=24.59%
B=40.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931352210.130.3900.13280.4755.8469.8
HexC187DDD270D1183846
Octal301207335154701543070106
Binary1100000110000111110111011101100111011011000110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C187DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C187DD; }

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

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

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

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

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

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

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

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