#C19DD3

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

Shades of Wisteria #C19DD3

Tints of Wisteria #C19DD3

Color information

#C19DD3 (or 0xC19DD3) is unknown color: approx Wisteria. HEX triplet: C1, 9D and D3. RGB value is (193,157,211). Sum of RGB (Red+Green+Blue) = 193+157+211=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 211 - color contains mainly: blue. Hex color #C19DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DD3 is #3E622C. Grayscale: #ADADAD. Windows color (decimal): -4088365 or 13868481. OLE color: 13868481.

HSL color Cylindrical-coordinate representation of color #C19DD3: hue angle of 280º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C19DD3 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193157211-
CMYK0.090.2600.17
HSL280º38.03%72.16%-
HSV(B)280º25.59%82.75%-
XYZ45.8140.1566.96-
YUV173.92148.93141.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.40%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 211 (82.81% from 255) = 37.61%
R=34.40%
G=27.99%
B=37.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1931572110.090.2600.1728038.0372.16
HexC19DD391A0111182648
Octal301235323113202143046110
Binary1100000110011101110100111001110100100011000110001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19DD3; }

 p { color: rgb(193,157,211); }

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

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

 a { background-color: rgb(193,157,211); }

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

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

 span { border-color: rgb(193,157,211); }

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