Html Css Color HEX #C997D8 Wisteria

📋 copy color: '#C997D8'

red 201 ◦ green 151 ◦ blue 216

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

Shades of Wisteria #C997D8

Tints of Wisteria #C997D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.03%

R = 35.39%
G = 26.58%
B = 38.03%

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

#C997D8 (or 0xC997D8) is known color: Wisteria. HEX triplet: C9, 97 and D8. RGB value is (201,151,216). Sum of RGB (Red+Green+Blue) = 201+151+216=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #C997D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997D8 is #366827. Grayscale: #ADADAD. Windows color (decimal): -3565608 or 14194633. OLE color: 14194633.

HSL color Cylindrical-coordinate representation of color #C997D8: hue angle of 286.15º degrees, saturation: 0.45, 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 #C997D8 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 151 216 -
CMYK 0.07 0.30 0 0.15
HSL 286.15º 0.45% 0.72% -
HSV(B) 286.15º 0.3% 0.85% -
XYZ 47.55 39.51 70.09 -
YUV 173.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 201 151 216 0.07 0.30 0 0.15 286.15 0.45 0.72
Hex C9 97 D8 7 1E 0 F 11E 2D 48
Octal 311 227 330 7 36 0 17 436 55 110
Binary 11001001 10010111 11011000 111 11110 0 1111 100011110 101101 1001000

Color Harmonies of #C997D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997D8

Black with #C997D8

Text Example


Text Example

White with #C997D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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