#C98FDB

Color #C98FDB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C98FDB

Tints of Wisteria #C98FDB

Color information

#C98FDB (or 0xC98FDB) is unknown color: approx 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

RGB201143219-
CMYK0.080.3500.14
HSL285.79º51.35%70.98%-
HSV(B)285.79º34.7%85.88%-
XYZ46.737.1871.73-
YUV169.01156.22150.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.70%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=35.70%
G=25.40%
B=38.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011432190.080.3500.14285.7951.3570.98
HexC98FDB8230E11e3347
Octal311217333104301643663107
Binary1100100110001111110110111000100011011101000111101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>