Html Css Color HEX #C291F9 Wisteria

📋 copy color: '#C291F9'

red 194 ◦ green 145 ◦ blue 249

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

Shades of Wisteria #C291F9

Tints of Wisteria #C291F9

RGB

 RED value IS 194 (76.17% from 255) = 32.99%

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

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

R = 32.99%
G = 24.66%
B = 42.35%

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

#C291F9 (or 0xC291F9) is known color: Wisteria. HEX triplet: C2, 91 and F9. RGB value is (194,145,249). Sum of RGB (Red+Green+Blue) = 194+145+249=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #C291F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C291F9 is #3D6E06. Grayscale: #ABABAB. Windows color (decimal): -4025863 or 16355778. OLE color: 16355778.

HSL color Cylindrical-coordinate representation of color #C291F9: hue angle of 268.27º 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 #C291F9 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 145 249 -
CMYK 0.22 0.42 0 0.02
HSL 268.27º 0.9% 0.77% -
HSV(B) 268.27º 0.42% 0.98% -
XYZ 49.47 38.56 94.46 -
YUV 171.51 171.73 144.04 -
System Red Green Blue C M Y K H S L
Decimal 194 145 249 0.22 0.42 0 0.02 268.27 0.9 0.77
Hex C2 91 F9 16 2A 0 2 10C 5A 4D
Octal 302 221 371 26 52 0 2 414 132 115
Binary 11000010 10010001 11111001 10110 101010 0 10 100001100 1011010 1001101

Color Harmonies of #C291F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C291F9

Black with #C291F9

Text Example


Text Example

White with #C291F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C291F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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