#C187CF

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

Shades of Wisteria #C187CF

Tints of Wisteria #C187CF

Color information

#C187CF (or 0xC187CF) is unknown color: approx Wisteria. HEX triplet: C1, 87 and CF. RGB value is (193,135,207). Sum of RGB (Red+Green+Blue) = 193+135+207=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #C187CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187CF is #3E7830. Grayscale: #A0A0A0. Windows color (decimal): -4094001 or 13600705. OLE color: 13600705.

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

Color convert

RGB193135207-
CMYK0.070.3500.19
HSL288.33º42.86%67.06%-
HSV(B)288.33º34.78%81.18%-
XYZ41.9233.1763.22-
YUV160.55154.22151.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.07%
GREEN value IS 135 (53.12% from 255) = 25.23%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=36.07%
G=25.23%
B=38.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931352070.070.3500.19288.3342.8667.06
HexC187CF7230131202b43
Octal30120731774302344053103
Binary1100000110000111110011111111000110100111001000001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C187CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C187CF; }

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

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

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

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

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

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

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

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