#C19ADF

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

Shades of Wisteria #C19ADF

Tints of Wisteria #C19ADF

Color information

#C19ADF (or 0xC19ADF) is unknown color: approx Wisteria. HEX triplet: C1, 9A and DF. RGB value is (193,154,223). Sum of RGB (Red+Green+Blue) = 193+154+223=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #C19ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ADF is #3E6520. Grayscale: #ADADAD. Windows color (decimal): -4089121 or 14654145. OLE color: 14654145.

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

Color convert

RGB193154223-
CMYK0.130.3100.13
HSL273.91º51.88%73.92%-
HSV(B)273.91º30.94%87.45%-
XYZ46.8739.7875.02-
YUV173.53155.92141.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=33.86%
G=27.02%
B=39.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931542230.130.3100.13273.9151.8873.92
HexC19ADFD1F0D112344a
Octal301232337153701542264112
Binary110000011001101011011111110111111011011000100101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19ADF; }

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

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

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

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

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

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

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

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