Html Css Color HEX #C19ED1 Wisteria

📋 copy color: '#C19ED1'

red 193 ◦ green 158 ◦ blue 209

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

Shades of Wisteria #C19ED1

Tints of Wisteria #C19ED1

RGB

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

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

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

R = 34.46%
G = 28.21%
B = 37.32%

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

#C19ED1 (or 0xC19ED1) is known color: Wisteria. HEX triplet: C1, 9E and D1. RGB value is (193,158,209). Sum of RGB (Red+Green+Blue) = 193+158+209=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #C19ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ED1 is #3E612E. Grayscale: #AEAEAE. Windows color (decimal): -4088111 or 13737665. OLE color: 13737665.

HSL color Cylindrical-coordinate representation of color #C19ED1: hue angle of 281.18º degrees, saturation: 0.36, 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 #C19ED1 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 158 209 -
CMYK 0.08 0.24 0 0.18
HSL 281.18º 0.36% 0.72% -
HSV(B) 281.18º 0.24% 0.82% -
XYZ 45.73 40.39 65.71 -
YUV 174.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 193 158 209 0.08 0.24 0 0.18 281.18 0.36 0.72
Hex C1 9E D1 8 18 0 12 119 24 48
Octal 301 236 321 10 30 0 22 431 44 110
Binary 11000001 10011110 11010001 1000 11000 0 10010 100011001 100100 1001000

Color Harmonies of #C19ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19ED1

Black with #C19ED1

Text Example


Text Example

White with #C19ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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