Html Css Color HEX #C991D9 Wisteria

📋 copy color: '#C991D9'

red 201 ◦ green 145 ◦ blue 217

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

Shades of Wisteria #C991D9

Tints of Wisteria #C991D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.54%

R = 35.7%
G = 25.75%
B = 38.54%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C991D9 (or 0xC991D9) is known color: Wisteria. HEX triplet: C9, 91 and D9. RGB value is (201,145,217). Sum of RGB (Red+Green+Blue) = 201+145+217=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #C991D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991D9 is #366E26. Grayscale: #A9A9A9. Windows color (decimal): -3567143 or 14258633. OLE color: 14258633.

HSL color Cylindrical-coordinate representation of color #C991D9: hue angle of 286.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C991D9 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 145 217 -
CMYK 0.07 0.33 0 0.15
HSL 286.67º 0.49% 0.71% -
HSV(B) 286.67º 0.33% 0.85% -
XYZ 46.74 37.68 70.45 -
YUV 169.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 201 145 217 0.07 0.33 0 0.15 286.67 0.49 0.71
Hex C9 91 D9 7 21 0 F 11F 31 47
Octal 311 221 331 7 41 0 17 437 61 107
Binary 11001001 10010001 11011001 111 100001 0 1111 100011111 110001 1000111

Color Harmonies of #C991D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991D9

Black with #C991D9

Text Example


Text Example

White with #C991D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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