Html Css Color HEX #C19FD6 Wisteria

📋 copy color: '#C19FD6'

red 193 ◦ green 159 ◦ blue 214

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

Shades of Wisteria #C19FD6

Tints of Wisteria #C19FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.81%

R = 34.1%
G = 28.09%
B = 37.81%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C19FD6 (or 0xC19FD6) is known color: Wisteria. HEX triplet: C1, 9F and D6. RGB value is (193,159,214). Sum of RGB (Red+Green+Blue) = 193+159+214=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #C19FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FD6 is #3E6029. Grayscale: #AFAFAF. Windows color (decimal): -4087850 or 14065601. OLE color: 14065601.

HSL color Cylindrical-coordinate representation of color #C19FD6: hue angle of 277.09º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C19FD6 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 159 214 -
CMYK 0.10 0.26 0 0.16
HSL 277.09º 0.4% 0.73% -
HSV(B) 277.09º 0.26% 0.84% -
XYZ 46.53 40.99 69.08 -
YUV 175.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 193 159 214 0.10 0.26 0 0.16 277.09 0.4 0.73
Hex C1 9F D6 A 1A 0 10 115 28 49
Octal 301 237 326 12 32 0 20 425 50 111
Binary 11000001 10011111 11010110 1010 11010 0 10000 100010101 101000 1001001

Color Harmonies of #C19FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19FD6

Black with #C19FD6

Text Example


Text Example

White with #C19FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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