Html Css Color HEX #C19DD9 Wisteria

📋 copy color: '#C19DD9'

red 193 ◦ green 157 ◦ blue 217

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

Shades of Wisteria #C19DD9

Tints of Wisteria #C19DD9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.69%

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

R = 34.04%
G = 27.69%
B = 38.27%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C19DD9 (or 0xC19DD9) is known color: Wisteria. HEX triplet: C1, 9D and D9. RGB value is (193,157,217). Sum of RGB (Red+Green+Blue) = 193+157+217=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #C19DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DD9 is #3E6226. Grayscale: #AEAEAE. Windows color (decimal): -4088359 or 14261697. OLE color: 14261697.

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

Color convert

RGB 193 157 217 -
CMYK 0.11 0.28 0 0.15
HSL 276º 0.44% 0.73% -
HSV(B) 276º 0.28% 0.85% -
XYZ 46.57 40.46 71 -
YUV 174.6 151.93 141.12 -
System Red Green Blue C M Y K H S L
Decimal 193 157 217 0.11 0.28 0 0.15 276 0.44 0.73
Hex C1 9D D9 B 1C 0 F 114 2C 49
Octal 301 235 331 13 34 0 17 424 54 111
Binary 11000001 10011101 11011001 1011 11100 0 1111 100010100 101100 1001001

Color Harmonies of #C19DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19DD9

Black with #C19DD9

Text Example


Text Example

White with #C19DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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