Html Css Color HEX #C19AD2 Wisteria

📋 copy color: '#C19AD2'

red 193 ◦ green 154 ◦ blue 210

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

Shades of Wisteria #C19AD2

Tints of Wisteria #C19AD2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.65%

 BLUE value IS 210 (82.42% from 255) = 37.7%

R = 34.65%
G = 27.65%
B = 37.7%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C19AD2 (or 0xC19AD2) is known color: Wisteria. HEX triplet: C1, 9A and D2. RGB value is (193,154,210). Sum of RGB (Red+Green+Blue) = 193+154+210=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #C19AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19AD2 is #3E652D. Grayscale: #ABABAB. Windows color (decimal): -4089134 or 13802177. OLE color: 13802177.

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

Color convert

RGB 193 154 210 -
CMYK 0.08 0.27 0 0.18
HSL 281.79º 0.38% 0.71% -
HSV(B) 281.79º 0.27% 0.82% -
XYZ 45.18 39.1 66.14 -
YUV 172.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 193 154 210 0.08 0.27 0 0.18 281.79 0.38 0.71
Hex C1 9A D2 8 1B 0 12 11A 26 47
Octal 301 232 322 10 33 0 22 432 46 107
Binary 11000001 10011010 11010010 1000 11011 0 10010 100011010 100110 1000111

Color Harmonies of #C19AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19AD2

Black with #C19AD2

Text Example


Text Example

White with #C19AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19AD2; }

 p { color: rgb(193,154,210); }

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

background-color css

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

 a { background-color: rgb(193,154,210); }

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

border-color css

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

 span { border-color: rgb(193,154,210); }

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