Html Css Color HEX #C991E0 Wisteria

📋 copy color: '#C991E0'

red 201 ◦ green 145 ◦ blue 224

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

Shades of Wisteria #C991E0

Tints of Wisteria #C991E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.3%

R = 35.26%
G = 25.44%
B = 39.3%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C991E0 (or 0xC991E0) is known color: Wisteria. HEX triplet: C9, 91 and E0. RGB value is (201,145,224). Sum of RGB (Red+Green+Blue) = 201+145+224=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #C991E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991E0 is #366E1F. Grayscale: #AAAAAA. Windows color (decimal): -3567136 or 14717385. OLE color: 14717385.

HSL color Cylindrical-coordinate representation of color #C991E0: hue angle of 282.53º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C991E0 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 145 224 -
CMYK 0.10 0.35 0 0.12
HSL 282.53º 0.56% 0.72% -
HSV(B) 282.53º 0.35% 0.88% -
XYZ 47.67 38.05 75.35 -
YUV 170.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 201 145 224 0.10 0.35 0 0.12 282.53 0.56 0.72
Hex C9 91 E0 A 23 0 C 11B 38 48
Octal 311 221 340 12 43 0 14 433 70 110
Binary 11001001 10010001 11100000 1010 100011 0 1100 100011011 111000 1001000

Color Harmonies of #C991E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991E0

Black with #C991E0

Text Example


Text Example

White with #C991E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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