Html Css Color HEX #C19FD0 Wisteria

📋 copy color: '#C19FD0'

red 193 ◦ green 159 ◦ blue 208

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

Shades of Wisteria #C19FD0

Tints of Wisteria #C19FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.14%

R = 34.46%
G = 28.39%
B = 37.14%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C19FD0 (or 0xC19FD0) is known color: Wisteria. HEX triplet: C1, 9F and D0. RGB value is (193,159,208). Sum of RGB (Red+Green+Blue) = 193+159+208=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #C19FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FD0 is #3E602F. Grayscale: #AEAEAE. Windows color (decimal): -4087856 or 13672385. OLE color: 13672385.

HSL color Cylindrical-coordinate representation of color #C19FD0: hue angle of 281.63º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C19FD0 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 159 208 -
CMYK 0.07 0.24 0 0.18
HSL 281.63º 0.34% 0.72% -
HSV(B) 281.63º 0.24% 0.82% -
XYZ 45.78 40.69 65.12 -
YUV 174.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 193 159 208 0.07 0.24 0 0.18 281.63 0.34 0.72
Hex C1 9F D0 7 18 0 12 11A 22 48
Octal 301 237 320 7 30 0 22 432 42 110
Binary 11000001 10011111 11010000 111 11000 0 10010 100011010 100010 1001000

Color Harmonies of #C19FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19FD0

Black with #C19FD0

Text Example


Text Example

White with #C19FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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