#C19ADD

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

Shades of Wisteria #C19ADD

Tints of Wisteria #C19ADD

Color information

#C19ADD (or 0xC19ADD) is unknown color: approx Wisteria. HEX triplet: C1, 9A and DD. RGB value is (193,154,221). Sum of RGB (Red+Green+Blue) = 193+154+221=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C19ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ADD is #3E6522. Grayscale: #ADADAD. Windows color (decimal): -4089123 or 14523073. OLE color: 14523073.

HSL color Cylindrical-coordinate representation of color #C19ADD: hue angle of 274.93º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19ADD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193154221-
CMYK0.130.3000.13
HSL274.93º49.63%73.53%-
HSV(B)274.93º30.32%86.67%-
XYZ46.639.6773.61-
YUV173.3154.92142.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.98%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=33.98%
G=27.11%
B=38.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931542210.130.3000.13274.9349.6373.53
HexC19ADDD1E0D113324a
Octal301232335153601542362112
Binary110000011001101011011101110111110011011000100111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19ADD; }

 p { color: rgb(193,154,221); }

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

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

 a { background-color: rgb(193,154,221); }

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

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

 span { border-color: rgb(193,154,221); }

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