Html Css Color HEX #C19FCD Wisteria

📋 copy color: '#C19FCD'

red 193 ◦ green 159 ◦ blue 205

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

Shades of Wisteria #C19FCD

Tints of Wisteria #C19FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.8%

R = 34.65%
G = 28.55%
B = 36.8%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C19FCD (or 0xC19FCD) is known color: Wisteria. HEX triplet: C1, 9F and CD. RGB value is (193,159,205). Sum of RGB (Red+Green+Blue) = 193+159+205=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #C19FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FCD is #3E6032. Grayscale: #AEAEAE. Windows color (decimal): -4087859 or 13475777. OLE color: 13475777.

HSL color Cylindrical-coordinate representation of color #C19FCD: hue angle of 284.35º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C19FCD is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 159 205 -
CMYK 0.06 0.22 0 0.20
HSL 284.35º 0.32% 0.71% -
HSV(B) 284.35º 0.22% 0.8% -
XYZ 45.41 40.54 63.19 -
YUV 174.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 193 159 205 0.06 0.22 0 0.20 284.35 0.32 0.71
Hex C1 9F CD 6 16 0 14 11C 20 47
Octal 301 237 315 6 26 0 24 434 40 107
Binary 11000001 10011111 11001101 110 10110 0 10100 100011100 100000 1000111

Color Harmonies of #C19FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19FCD

Black with #C19FCD

Text Example


Text Example

White with #C19FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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