Html Css Color HEX #C991DF Wisteria

📋 copy color: '#C991DF'

red 201 ◦ green 145 ◦ blue 223

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

Shades of Wisteria #C991DF

Tints of Wisteria #C991DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 35.33%
G = 25.48%
B = 39.19%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C991DF (or 0xC991DF) is known color: Wisteria. HEX triplet: C9, 91 and DF. RGB value is (201,145,223). Sum of RGB (Red+Green+Blue) = 201+145+223=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #C991DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991DF is #366E20. Grayscale: #AAAAAA. Windows color (decimal): -3567137 or 14651849. OLE color: 14651849.

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

Color convert

RGB 201 145 223 -
CMYK 0.10 0.35 0 0.13
HSL 283.08º 0.55% 0.72% -
HSV(B) 283.08º 0.35% 0.87% -
XYZ 47.53 38 74.64 -
YUV 170.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 201 145 223 0.10 0.35 0 0.13 283.08 0.55 0.72
Hex C9 91 DF A 23 0 D 11B 37 48
Octal 311 221 337 12 43 0 15 433 67 110
Binary 11001001 10010001 11011111 1010 100011 0 1101 100011011 110111 1001000

Color Harmonies of #C991DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991DF

Black with #C991DF

Text Example


Text Example

White with #C991DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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