Html Css Color HEX #C998DB Wisteria

📋 copy color: '#C998DB'

red 201 ◦ green 152 ◦ blue 219

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

Shades of Wisteria #C998DB

Tints of Wisteria #C998DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.57%

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

R = 35.14%
G = 26.57%
B = 38.29%

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

#C998DB (or 0xC998DB) is known color: Wisteria. HEX triplet: C9, 98 and DB. RGB value is (201,152,219). Sum of RGB (Red+Green+Blue) = 201+152+219=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 152 (59.77% from 255 or 26.57% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #C998DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C998DB is #366724. Grayscale: #AEAEAE. Windows color (decimal): -3565349 or 14391497. OLE color: 14391497.

HSL color Cylindrical-coordinate representation of color #C998DB: hue angle of 283.88º degrees, saturation: 0.48, 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 #C998DB is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 152 219 -
CMYK 0.08 0.31 0 0.14
HSL 283.88º 0.48% 0.73% -
HSV(B) 283.88º 0.31% 0.86% -
XYZ 48.1 39.99 72.2 -
YUV 174.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 201 152 219 0.08 0.31 0 0.14 283.88 0.48 0.73
Hex C9 98 DB 8 1F 0 E 11C 30 49
Octal 311 230 333 10 37 0 16 434 60 111
Binary 11001001 10011000 11011011 1000 11111 0 1110 100011100 110000 1001001

Color Harmonies of #C998DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998DB

Black with #C998DB

Text Example


Text Example

White with #C998DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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