#C191CE

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

Shades of Wisteria #C191CE

Tints of Wisteria #C191CE

Color information

#C191CE (or 0xC191CE) is unknown color: approx Wisteria. HEX triplet: C1, 91 and CE. RGB value is (193,145,206). Sum of RGB (Red+Green+Blue) = 193+145+206=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #C191CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191CE is #3E6E31. Grayscale: #A6A6A6. Windows color (decimal): -4091442 or 13537729. OLE color: 13537729.

HSL color Cylindrical-coordinate representation of color #C191CE: hue angle of 287.21º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C191CE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193145206-
CMYK0.060.3000.19
HSL287.21º38.36%68.82%-
HSV(B)287.21º29.61%80.78%-
XYZ43.2636.0463.07-
YUV166.31150.4147.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 145 (57.03% from 255) = 26.65%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=35.48%
G=26.65%
B=37.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931452060.060.3000.19287.2138.3668.82
HexC191CE61E01311f2645
Octal30122131663602343746105
Binary110000011001000111001110110111100100111000111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C191CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C191CE; }

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

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

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

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

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

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

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

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