Html Css Color HEX #C991E2 Wisteria

📋 copy color: '#C991E2'

red 201 ◦ green 145 ◦ blue 226

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

Shades of Wisteria #C991E2

Tints of Wisteria #C991E2

RGB

 RED value IS 201 (78.91% from 255) = 35.14%

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

 BLUE value IS 226 (88.67% from 255) = 39.51%

R = 35.14%
G = 25.35%
B = 39.51%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C991E2 (or 0xC991E2) is known color: Wisteria. HEX triplet: C9, 91 and E2. RGB value is (201,145,226). Sum of RGB (Red+Green+Blue) = 201+145+226=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #C991E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991E2 is #366E1D. Grayscale: #AAAAAA. Windows color (decimal): -3567134 or 14848457. OLE color: 14848457.

HSL color Cylindrical-coordinate representation of color #C991E2: hue angle of 281.48º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C991E2 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 201 145 226 -
CMYK 0.11 0.36 0 0.11
HSL 281.48º 0.58% 0.73% -
HSV(B) 281.48º 0.36% 0.89% -
XYZ 47.94 38.16 76.79 -
YUV 170.98 159.05 149.41 -
System Red Green Blue C M Y K H S L
Decimal 201 145 226 0.11 0.36 0 0.11 281.48 0.58 0.73
Hex C9 91 E2 B 24 0 B 119 3A 49
Octal 311 221 342 13 44 0 13 431 72 111
Binary 11001001 10010001 11100010 1011 100100 0 1011 100011001 111010 1001001

Color Harmonies of #C991E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991E2

Black with #C991E2

Text Example


Text Example

White with #C991E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991E2; }

 p { color: rgb(201,145,226); }

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

background-color css

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

 a { background-color: rgb(201,145,226); }

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

border-color css

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

 span { border-color: rgb(201,145,226); }

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