Html Css Color HEX #C291E9 Wisteria

📋 copy color: '#C291E9'

red 194 ◦ green 145 ◦ blue 233

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

Shades of Wisteria #C291E9

Tints of Wisteria #C291E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.73%

R = 33.92%
G = 25.35%
B = 40.73%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C291E9 (or 0xC291E9) is known color: Wisteria. HEX triplet: C2, 91 and E9. RGB value is (194,145,233). Sum of RGB (Red+Green+Blue) = 194+145+233=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 233 - color contains mainly: blue. Hex color #C291E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C291E9 is #3D6E16. Grayscale: #A9A9A9. Windows color (decimal): -4025879 or 15307202. OLE color: 15307202.

HSL color Cylindrical-coordinate representation of color #C291E9: hue angle of 273.41º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C291E9 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 145 233 -
CMYK 0.17 0.38 0 0.09
HSL 273.41º 0.67% 0.74% -
HSV(B) 273.41º 0.38% 0.91% -
XYZ 47.08 37.6 81.87 -
YUV 169.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 194 145 233 0.17 0.38 0 0.09 273.41 0.67 0.74
Hex C2 91 E9 11 26 0 9 111 43 4A
Octal 302 221 351 21 46 0 11 421 103 112
Binary 11000010 10010001 11101001 10001 100110 0 1001 100010001 1000011 1001010

Color Harmonies of #C291E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C291E9

Black with #C291E9

Text Example


Text Example

White with #C291E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C291E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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