Html Css Color HEX #C19FD1 Wisteria

📋 copy color: '#C19FD1'

red 193 ◦ green 159 ◦ blue 209

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

Shades of Wisteria #C19FD1

Tints of Wisteria #C19FD1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.34%

 BLUE value IS 209 (82.03% from 255) = 37.25%

R = 34.4%
G = 28.34%
B = 37.25%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C19FD1 (or 0xC19FD1) is known color: Wisteria. HEX triplet: C1, 9F and D1. RGB value is (193,159,209). Sum of RGB (Red+Green+Blue) = 193+159+209=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 159 (62.5% from 255 or 28.34% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 209 - color contains mainly: blue. Hex color #C19FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FD1 is #3E602E. Grayscale: #AEAEAE. Windows color (decimal): -4087855 or 13737921. OLE color: 13737921.

HSL color Cylindrical-coordinate representation of color #C19FD1: hue angle of 280.8º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19FD1 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 159 209 -
CMYK 0.08 0.24 0 0.18
HSL 280.8º 0.35% 0.72% -
HSV(B) 280.8º 0.24% 0.82% -
XYZ 45.9 40.74 65.77 -
YUV 174.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 193 159 209 0.08 0.24 0 0.18 280.8 0.35 0.72
Hex C1 9F D1 8 18 0 12 119 23 48
Octal 301 237 321 10 30 0 22 431 43 110
Binary 11000001 10011111 11010001 1000 11000 0 10010 100011001 100011 1001000

Color Harmonies of #C19FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19FD1

Black with #C19FD1

Text Example


Text Example

White with #C19FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19FD1; }

 p { color: rgb(193,159,209); }

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

background-color css

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

 a { background-color: rgb(193,159,209); }

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

border-color css

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

 span { border-color: rgb(193,159,209); }

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