Html Css Color HEX #C19AD9 Wisteria

📋 copy color: '#C19AD9'

red 193 ◦ green 154 ◦ blue 217

#C19AD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #C19AD9

Tints of Wisteria #C19AD9

RGB

 RED value IS 193 (75.78% from 255) = 34.22%

 GREEN value IS 154 (60.55% from 255) = 27.3%

 BLUE value IS 217 (85.16% from 255) = 38.48%

R = 34.22%
G = 27.3%
B = 38.48%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C19AD9 (or 0xC19AD9) is known color: Wisteria. HEX triplet: C1, 9A and D9. RGB value is (193,154,217). Sum of RGB (Red+Green+Blue) = 193+154+217=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #C19AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19AD9 is #3E6526. Grayscale: #ACACAC. Windows color (decimal): -4089127 or 14260929. OLE color: 14260929.

HSL color Cylindrical-coordinate representation of color #C19AD9: hue angle of 277.14º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C19AD9 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 154 217 -
CMYK 0.11 0.29 0 0.15
HSL 277.14º 0.45% 0.73% -
HSV(B) 277.14º 0.29% 0.85% -
XYZ 46.07 39.46 70.83 -
YUV 172.84 152.92 142.38 -
System Red Green Blue C M Y K H S L
Decimal 193 154 217 0.11 0.29 0 0.15 277.14 0.45 0.73
Hex C1 9A D9 B 1D 0 F 115 2D 49
Octal 301 232 331 13 35 0 17 425 55 111
Binary 11000001 10011010 11011001 1011 11101 0 1111 100010101 101101 1001001

Color Harmonies of #C19AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19AD9

Black with #C19AD9

Text Example


Text Example

White with #C19AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19AD9; }

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

 H1.HeaderClassName
 {
   color: #C19AD9;
 }
 .AnyTagClassName
 {
   color: #C19AD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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