Html Css Color HEX #C19ED6 Wisteria

📋 copy color: '#C19ED6'

red 193 ◦ green 158 ◦ blue 214

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

Shades of Wisteria #C19ED6

Tints of Wisteria #C19ED6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.96%

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

R = 34.16%
G = 27.96%
B = 37.88%

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

#C19ED6 (or 0xC19ED6) is known color: Wisteria. HEX triplet: C1, 9E and D6. RGB value is (193,158,214). Sum of RGB (Red+Green+Blue) = 193+158+214=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #C19ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ED6 is #3E6129. Grayscale: #AEAEAE. Windows color (decimal): -4088106 or 14065345. OLE color: 14065345.

HSL color Cylindrical-coordinate representation of color #C19ED6: hue angle of 277.5º degrees, saturation: 0.41, 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 #C19ED6 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 158 214 -
CMYK 0.10 0.26 0 0.16
HSL 277.5º 0.41% 0.73% -
HSV(B) 277.5º 0.26% 0.84% -
XYZ 46.36 40.65 69.02 -
YUV 174.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 193 158 214 0.10 0.26 0 0.16 277.5 0.41 0.73
Hex C1 9E D6 A 1A 0 10 116 29 49
Octal 301 236 326 12 32 0 20 426 51 111
Binary 11000001 10011110 11010110 1010 11010 0 10000 100010110 101001 1001001

Color Harmonies of #C19ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19ED6

Black with #C19ED6

Text Example


Text Example

White with #C19ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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