Html Css Color HEX #C19FCE Wisteria

📋 copy color: '#C19FCE'

red 193 ◦ green 159 ◦ blue 206

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

Shades of Wisteria #C19FCE

Tints of Wisteria #C19FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 34.59%
G = 28.49%
B = 36.92%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C19FCE (or 0xC19FCE) is known color: Wisteria. HEX triplet: C1, 9F and CE. RGB value is (193,159,206). Sum of RGB (Red+Green+Blue) = 193+159+206=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #C19FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FCE is #3E6031. Grayscale: #AEAEAE. Windows color (decimal): -4087858 or 13541313. OLE color: 13541313.

HSL color Cylindrical-coordinate representation of color #C19FCE: hue angle of 283.4º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C19FCE is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 159 206 -
CMYK 0.06 0.23 0 0.19
HSL 283.4º 0.32% 0.72% -
HSV(B) 283.4º 0.23% 0.81% -
XYZ 45.53 40.59 63.83 -
YUV 174.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 193 159 206 0.06 0.23 0 0.19 283.4 0.32 0.72
Hex C1 9F CE 6 17 0 13 11B 20 48
Octal 301 237 316 6 27 0 23 433 40 110
Binary 11000001 10011111 11001110 110 10111 0 10011 100011011 100000 1001000

Color Harmonies of #C19FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19FCE

Black with #C19FCE

Text Example


Text Example

White with #C19FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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