Html Css Color HEX #C98FDB Wisteria

📋 copy color: '#C98FDB'

red 201 ◦ green 143 ◦ blue 219

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

Shades of Wisteria #C98FDB

Tints of Wisteria #C98FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.4%

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

R = 35.7%
G = 25.4%
B = 38.9%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C98FDB (or 0xC98FDB) is known color: Wisteria. HEX triplet: C9, 8F and DB. RGB value is (201,143,219). Sum of RGB (Red+Green+Blue) = 201+143+219=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #C98FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FDB is #367024. Grayscale: #A8A8A8. Windows color (decimal): -3567653 or 14389193. OLE color: 14389193.

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

Color convert

RGB 201 143 219 -
CMYK 0.08 0.35 0 0.14
HSL 285.79º 0.51% 0.71% -
HSV(B) 285.79º 0.35% 0.86% -
XYZ 46.7 37.18 71.73 -
YUV 169.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 201 143 219 0.08 0.35 0 0.14 285.79 0.51 0.71
Hex C9 8F DB 8 23 0 E 11E 33 47
Octal 311 217 333 10 43 0 16 436 63 107
Binary 11001001 10001111 11011011 1000 100011 0 1110 100011110 110011 1000111

Color Harmonies of #C98FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FDB

Black with #C98FDB

Text Example


Text Example

White with #C98FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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