#C187F2

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

Shades of Wisteria #C187F2

Tints of Wisteria #C187F2

Color information

#C187F2 (or 0xC187F2) is unknown color: approx Wisteria. HEX triplet: C1, 87 and F2. RGB value is (193,135,242). Sum of RGB (Red+Green+Blue) = 193+135+242=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #C187F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C187F2 is #3E780D. Grayscale: #A4A4A4. Windows color (decimal): -4093966 or 15894465. OLE color: 15894465.

HSL color Cylindrical-coordinate representation of color #C187F2: hue angle of 272.52º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C187F2 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB193135242-
CMYK0.200.4400.05
HSL272.52º80.45%73.92%-
HSV(B)272.52º44.21%94.9%-
XYZ46.6835.0888.31-
YUV164.54171.72148.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 135 (53.12% from 255) = 23.68%
BLUE value IS 242 (94.92% from 255) = 42.46%
R=33.86%
G=23.68%
B=42.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1931352420.200.4400.05272.5280.4573.92
HexC187F2142C05111504a
Octal301207362245405421120112
Binary11000001100001111111001010100101100010110001000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C187F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C187F2; }

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

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

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

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

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

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

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

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