Html Css Color HEX #C98DDB Wisteria

📋 copy color: '#C98DDB'

red 201 ◦ green 141 ◦ blue 219

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

Shades of Wisteria #C98DDB

Tints of Wisteria #C98DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.13%

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

R = 35.83%
G = 25.13%
B = 39.04%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C98DDB (or 0xC98DDB) is known color: Wisteria. HEX triplet: C9, 8D and DB. RGB value is (201,141,219). Sum of RGB (Red+Green+Blue) = 201+141+219=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #C98DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DDB is #367224. Grayscale: #A7A7A7. Windows color (decimal): -3568165 or 14388681. OLE color: 14388681.

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

Color convert

RGB 201 141 219 -
CMYK 0.08 0.36 0 0.14
HSL 286.15º 0.52% 0.71% -
HSV(B) 286.15º 0.36% 0.86% -
XYZ 46.4 36.58 71.63 -
YUV 167.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 201 141 219 0.08 0.36 0 0.14 286.15 0.52 0.71
Hex C9 8D DB 8 24 0 E 11E 34 47
Octal 311 215 333 10 44 0 16 436 64 107
Binary 11001001 10001101 11011011 1000 100100 0 1110 100011110 110100 1000111

Color Harmonies of #C98DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DDB

Black with #C98DDB

Text Example


Text Example

White with #C98DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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