Html Css Color HEX #C19ADF Wisteria

📋 copy color: '#C19ADF'

red 193 ◦ green 154 ◦ blue 223

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

Shades of Wisteria #C19ADF

Tints of Wisteria #C19ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 33.86%
G = 27.02%
B = 39.12%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C19ADF (or 0xC19ADF) is known color: Wisteria. HEX triplet: C1, 9A and DF. RGB value is (193,154,223). Sum of RGB (Red+Green+Blue) = 193+154+223=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #C19ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ADF is #3E6520. Grayscale: #ADADAD. Windows color (decimal): -4089121 or 14654145. OLE color: 14654145.

HSL color Cylindrical-coordinate representation of color #C19ADF: hue angle of 273.91º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C19ADF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 154 223 -
CMYK 0.13 0.31 0 0.13
HSL 273.91º 0.52% 0.74% -
HSV(B) 273.91º 0.31% 0.87% -
XYZ 46.87 39.78 75.02 -
YUV 173.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 193 154 223 0.13 0.31 0 0.13 273.91 0.52 0.74
Hex C1 9A DF D 1F 0 D 112 34 4A
Octal 301 232 337 15 37 0 15 422 64 112
Binary 11000001 10011010 11011111 1101 11111 0 1101 100010010 110100 1001010

Color Harmonies of #C19ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19ADF

Black with #C19ADF

Text Example


Text Example

White with #C19ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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