Html Css Color HEX #C19AD3 Wisteria

📋 copy color: '#C19AD3'

red 193 ◦ green 154 ◦ blue 211

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

Shades of Wisteria #C19AD3

Tints of Wisteria #C19AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.81%

R = 34.59%
G = 27.6%
B = 37.81%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C19AD3 (or 0xC19AD3) is known color: Wisteria. HEX triplet: C1, 9A and D3. RGB value is (193,154,211). Sum of RGB (Red+Green+Blue) = 193+154+211=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 211 - color contains mainly: blue. Hex color #C19AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19AD3 is #3E652C. Grayscale: #ABABAB. Windows color (decimal): -4089133 or 13867713. OLE color: 13867713.

HSL color Cylindrical-coordinate representation of color #C19AD3: hue angle of 281.05º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C19AD3 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 154 211 -
CMYK 0.09 0.27 0 0.17
HSL 281.05º 0.39% 0.72% -
HSV(B) 281.05º 0.27% 0.83% -
XYZ 45.31 39.15 66.8 -
YUV 172.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 193 154 211 0.09 0.27 0 0.17 281.05 0.39 0.72
Hex C1 9A D3 9 1B 0 11 119 27 48
Octal 301 232 323 11 33 0 21 431 47 110
Binary 11000001 10011010 11010011 1001 11011 0 10001 100011001 100111 1001000

Color Harmonies of #C19AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19AD3

Black with #C19AD3

Text Example


Text Example

White with #C19AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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