Html Css Color HEX #C991E9 Wisteria

📋 copy color: '#C991E9'

red 201 ◦ green 145 ◦ blue 233

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

Shades of Wisteria #C991E9

Tints of Wisteria #C991E9

RGB

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

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

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

R = 34.72%
G = 25.04%
B = 40.24%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C991E9 (or 0xC991E9) is known color: Wisteria. HEX triplet: C9, 91 and E9. RGB value is (201,145,233). Sum of RGB (Red+Green+Blue) = 201+145+233=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #C991E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C991E9 is #366E16. Grayscale: #ABABAB. Windows color (decimal): -3567127 or 15307209. OLE color: 15307209.

HSL color Cylindrical-coordinate representation of color #C991E9: hue angle of 278.18º 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 #C991E9 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 145 233 -
CMYK 0.14 0.38 0 0.09
HSL 278.18º 0.67% 0.74% -
HSV(B) 278.18º 0.38% 0.91% -
XYZ 48.92 38.55 81.95 -
YUV 171.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 201 145 233 0.14 0.38 0 0.09 278.18 0.67 0.74
Hex C9 91 E9 E 26 0 9 116 43 4A
Octal 311 221 351 16 46 0 11 426 103 112
Binary 11001001 10010001 11101001 1110 100110 0 1001 100010110 1000011 1001010

Color Harmonies of #C991E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991E9

Black with #C991E9

Text Example


Text Example

White with #C991E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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