Html Css Color HEX #C19AD6 Wisteria

📋 copy color: '#C19AD6'

red 193 ◦ green 154 ◦ blue 214

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

Shades of Wisteria #C19AD6

Tints of Wisteria #C19AD6

RGB

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

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

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

R = 34.4%
G = 27.45%
B = 38.15%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C19AD6 (or 0xC19AD6) is known color: Wisteria. HEX triplet: C1, 9A and D6. RGB value is (193,154,214). Sum of RGB (Red+Green+Blue) = 193+154+214=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #C19AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19AD6 is #3E6529. Grayscale: #ACACAC. Windows color (decimal): -4089130 or 14064321. OLE color: 14064321.

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

Color convert

RGB 193 154 214 -
CMYK 0.10 0.28 0 0.16
HSL 279º 0.42% 0.72% -
HSV(B) 279º 0.28% 0.84% -
XYZ 45.69 39.3 68.8 -
YUV 172.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 193 154 214 0.10 0.28 0 0.16 279 0.42 0.72
Hex C1 9A D6 A 1C 0 10 117 2A 48
Octal 301 232 326 12 34 0 20 427 52 110
Binary 11000001 10011010 11010110 1010 11100 0 10000 100010111 101010 1001000

Color Harmonies of #C19AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19AD6

Black with #C19AD6

Text Example


Text Example

White with #C19AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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