Html Css Color HEX #C19CD6 Wisteria

📋 copy color: '#C19CD6'

red 193 ◦ green 156 ◦ blue 214

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

Shades of Wisteria #C19CD6

Tints of Wisteria #C19CD6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.71%

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

R = 34.28%
G = 27.71%
B = 38.01%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C19CD6 (or 0xC19CD6) is known color: Wisteria. HEX triplet: C1, 9C and D6. RGB value is (193,156,214). Sum of RGB (Red+Green+Blue) = 193+156+214=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #C19CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CD6 is #3E6329. Grayscale: #ADADAD. Windows color (decimal): -4088618 or 14064833. OLE color: 14064833.

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

Color convert

RGB 193 156 214 -
CMYK 0.10 0.27 0 0.16
HSL 278.28º 0.41% 0.73% -
HSV(B) 278.28º 0.27% 0.84% -
XYZ 46.02 39.97 68.91 -
YUV 173.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 193 156 214 0.10 0.27 0 0.16 278.28 0.41 0.73
Hex C1 9C D6 A 1B 0 10 116 29 49
Octal 301 234 326 12 33 0 20 426 51 111
Binary 11000001 10011100 11010110 1010 11011 0 10000 100010110 101001 1001001

Color Harmonies of #C19CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19CD6

Black with #C19CD6

Text Example


Text Example

White with #C19CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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