Html Css Color HEX #C997DB Wisteria

📋 copy color: '#C997DB'

red 201 ◦ green 151 ◦ blue 219

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

Shades of Wisteria #C997DB

Tints of Wisteria #C997DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 35.2%
G = 26.44%
B = 38.35%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C997DB (or 0xC997DB) is known color: Wisteria. HEX triplet: C9, 97 and DB. RGB value is (201,151,219). Sum of RGB (Red+Green+Blue) = 201+151+219=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #C997DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997DB is #366824. Grayscale: #ADADAD. Windows color (decimal): -3565605 or 14391241. OLE color: 14391241.

HSL color Cylindrical-coordinate representation of color #C997DB: hue angle of 284.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C997DB is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 151 219 -
CMYK 0.08 0.31 0 0.14
HSL 284.12º 0.49% 0.73% -
HSV(B) 284.12º 0.31% 0.86% -
XYZ 47.94 39.67 72.15 -
YUV 173.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 201 151 219 0.08 0.31 0 0.14 284.12 0.49 0.73
Hex C9 97 DB 8 1F 0 E 11C 31 49
Octal 311 227 333 10 37 0 16 434 61 111
Binary 11001001 10010111 11011011 1000 11111 0 1110 100011100 110001 1001001

Color Harmonies of #C997DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C997DB

Black with #C997DB

Text Example


Text Example

White with #C997DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C997DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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