#C19ED1

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

Shades of Wisteria #C19ED1

Tints of Wisteria #C19ED1

Color information

#C19ED1 (or 0xC19ED1) is unknown color: approx Wisteria. HEX triplet: C1, 9E and D1. RGB value is (193,158,209). Sum of RGB (Red+Green+Blue) = 193+158+209=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #C19ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ED1 is #3E612E. Grayscale: #AEAEAE. Windows color (decimal): -4088111 or 13737665. OLE color: 13737665.

HSL color Cylindrical-coordinate representation of color #C19ED1: hue angle of 281.18º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19ED1 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193158209-
CMYK0.080.2400.18
HSL281.18º35.66%71.96%-
HSV(B)281.18º24.4%81.96%-
XYZ45.7340.3965.71-
YUV174.28147.6141.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.46%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=34.46%
G=28.21%
B=37.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931582090.080.2400.18281.1835.6671.96
HexC19ED18180121192448
Octal301236321103002243144110
Binary1100000110011110110100011000110000100101000110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19ED1; }

 p { color: rgb(193,158,209); }

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

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

 a { background-color: rgb(193,158,209); }

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

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

 span { border-color: rgb(193,158,209); }

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