#C187DC

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

Shades of Wisteria #C187DC

Tints of Wisteria #C187DC

Color information

#C187DC (or 0xC187DC) is unknown color: approx Wisteria. HEX triplet: C1, 87 and DC. RGB value is (193,135,220). Sum of RGB (Red+Green+Blue) = 193+135+220=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 135 (53.12% from 255 or 24.64% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C187DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187DC is #3E7823. Grayscale: #A1A1A1. Windows color (decimal): -4093988 or 14452673. OLE color: 14452673.

HSL color Cylindrical-coordinate representation of color #C187DC: hue angle of 280.94º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C187DC is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193135220-
CMYK0.120.3900.14
HSL280.94º54.84%69.61%-
HSV(B)280.94º38.64%86.27%-
XYZ43.5733.8371.94-
YUV162.03160.72150.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.22%
GREEN value IS 135 (53.12% from 255) = 24.64%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=35.22%
G=24.64%
B=40.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931352200.120.3900.14280.9454.8469.61
HexC187DCC270E1193746
Octal301207334144701643167106
Binary1100000110000111110111001100100111011101000110011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C187DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C187DC; }

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

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

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

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

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

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

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

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