Html Css Color HEX #C997D9 Wisteria

📋 copy color: '#C997D9'

red 201 ◦ green 151 ◦ blue 217

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

Shades of Wisteria #C997D9

Tints of Wisteria #C997D9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.54%

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

R = 35.33%
G = 26.54%
B = 38.14%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C997D9 (or 0xC997D9) is known color: Wisteria. HEX triplet: C9, 97 and D9. RGB value is (201,151,217). Sum of RGB (Red+Green+Blue) = 201+151+217=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #C997D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997D9 is #366826. Grayscale: #ADADAD. Windows color (decimal): -3565607 or 14260169. OLE color: 14260169.

HSL color Cylindrical-coordinate representation of color #C997D9: hue angle of 285.45º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C997D9 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 151 217 -
CMYK 0.07 0.30 0 0.15
HSL 285.45º 0.46% 0.72% -
HSV(B) 285.45º 0.3% 0.85% -
XYZ 47.68 39.56 70.77 -
YUV 173.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 201 151 217 0.07 0.30 0 0.15 285.45 0.46 0.72
Hex C9 97 D9 7 1E 0 F 11D 2E 48
Octal 311 227 331 7 36 0 17 435 56 110
Binary 11001001 10010111 11011001 111 11110 0 1111 100011101 101110 1001000

Color Harmonies of #C997D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997D9

Black with #C997D9

Text Example


Text Example

White with #C997D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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