Html Css Color HEX #C191F9 Wisteria

📋 copy color: '#C191F9'

red 193 ◦ green 145 ◦ blue 249

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

Shades of Wisteria #C191F9

Tints of Wisteria #C191F9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.7%

 BLUE value IS 249 (97.66% from 255) = 42.42%

R = 32.88%
G = 24.7%
B = 42.42%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C191F9 (or 0xC191F9) is known color: Wisteria. HEX triplet: C1, 91 and F9. RGB value is (193,145,249). Sum of RGB (Red+Green+Blue) = 193+145+249=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #C191F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C191F9 is #3E6E06. Grayscale: #AAAAAA. Windows color (decimal): -4091399 or 16355777. OLE color: 16355777.

HSL color Cylindrical-coordinate representation of color #C191F9: hue angle of 267.69º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C191F9 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 145 249 -
CMYK 0.22 0.42 0 0.02
HSL 267.69º 0.9% 0.77% -
HSV(B) 267.69º 0.42% 0.98% -
XYZ 49.22 38.43 94.45 -
YUV 171.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 193 145 249 0.22 0.42 0 0.02 267.69 0.9 0.77
Hex C1 91 F9 16 2A 0 2 10C 5A 4D
Octal 301 221 371 26 52 0 2 414 132 115
Binary 11000001 10010001 11111001 10110 101010 0 10 100001100 1011010 1001101

Color Harmonies of #C191F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C191F9

Black with #C191F9

Text Example


Text Example

White with #C191F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C191F9; }

 p { color: rgb(193,145,249); }

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

background-color css

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

 a { background-color: rgb(193,145,249); }

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

border-color css

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

 span { border-color: rgb(193,145,249); }

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