Html Css Color HEX #C19FD3 Wisteria

📋 copy color: '#C19FD3'

red 193 ◦ green 159 ◦ blue 211

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

Shades of Wisteria #C19FD3

Tints of Wisteria #C19FD3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.24%

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

R = 34.28%
G = 28.24%
B = 37.48%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C19FD3 (or 0xC19FD3) is known color: Wisteria. HEX triplet: C1, 9F and D3. RGB value is (193,159,211). Sum of RGB (Red+Green+Blue) = 193+159+211=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 211 - color contains mainly: blue. Hex color #C19FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FD3 is #3E602C. Grayscale: #AEAEAE. Windows color (decimal): -4087853 or 13868993. OLE color: 13868993.

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

Color convert

RGB 193 159 211 -
CMYK 0.09 0.25 0 0.17
HSL 279.23º 0.37% 0.73% -
HSV(B) 279.23º 0.25% 0.83% -
XYZ 46.15 40.84 67.08 -
YUV 175.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 193 159 211 0.09 0.25 0 0.17 279.23 0.37 0.73
Hex C1 9F D3 9 19 0 11 117 25 49
Octal 301 237 323 11 31 0 21 427 45 111
Binary 11000001 10011111 11010011 1001 11001 0 10001 100010111 100101 1001001

Color Harmonies of #C19FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19FD3

Black with #C19FD3

Text Example


Text Example

White with #C19FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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