Html Css Color HEX #C19CD1 Wisteria

📋 copy color: '#C19CD1'

red 193 ◦ green 156 ◦ blue 209

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

Shades of Wisteria #C19CD1

Tints of Wisteria #C19CD1

RGB

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

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

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

R = 34.59%
G = 27.96%
B = 37.46%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C19CD1 (or 0xC19CD1) is known color: Wisteria. HEX triplet: C1, 9C and D1. RGB value is (193,156,209). Sum of RGB (Red+Green+Blue) = 193+156+209=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #C19CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CD1 is #3E632E. Grayscale: #ACACAC. Windows color (decimal): -4088623 or 13737153. OLE color: 13737153.

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

Color convert

RGB 193 156 209 -
CMYK 0.08 0.25 0 0.18
HSL 281.89º 0.37% 0.72% -
HSV(B) 281.89º 0.25% 0.82% -
XYZ 45.39 39.72 65.6 -
YUV 173.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 193 156 209 0.08 0.25 0 0.18 281.89 0.37 0.72
Hex C1 9C D1 8 19 0 12 11A 25 48
Octal 301 234 321 10 31 0 22 432 45 110
Binary 11000001 10011100 11010001 1000 11001 0 10010 100011010 100101 1001000

Color Harmonies of #C19CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19CD1

Black with #C19CD1

Text Example


Text Example

White with #C19CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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