Html Css Color HEX #C997D6 Wisteria

📋 copy color: '#C997D6'

red 201 ◦ green 151 ◦ blue 214

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

Shades of Wisteria #C997D6

Tints of Wisteria #C997D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.81%

R = 35.51%
G = 26.68%
B = 37.81%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C997D6 (or 0xC997D6) is known color: Wisteria. HEX triplet: C9, 97 and D6. RGB value is (201,151,214). Sum of RGB (Red+Green+Blue) = 201+151+214=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #C997D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997D6 is #366829. Grayscale: #ACACAC. Windows color (decimal): -3565610 or 14063561. OLE color: 14063561.

HSL color Cylindrical-coordinate representation of color #C997D6: hue angle of 287.62º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C997D6 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 151 214 -
CMYK 0.06 0.29 0 0.16
HSL 287.62º 0.43% 0.72% -
HSV(B) 287.62º 0.29% 0.84% -
XYZ 47.29 39.41 68.73 -
YUV 173.13 151.07 147.88 -
System Red Green Blue C M Y K H S L
Decimal 201 151 214 0.06 0.29 0 0.16 287.62 0.43 0.72
Hex C9 97 D6 6 1D 0 10 120 2B 48
Octal 311 227 326 6 35 0 20 440 53 110
Binary 11001001 10010111 11010110 110 11101 0 10000 100100000 101011 1001000

Color Harmonies of #C997D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997D6

Black with #C997D6

Text Example


Text Example

White with #C997D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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