#C98ADB

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

Shades of Wisteria #C98ADB

Tints of Wisteria #C98ADB

Color information

#C98ADB (or 0xC98ADB) is unknown color: approx Wisteria. HEX triplet: C9, 8A and DB. RGB value is (201,138,219). Sum of RGB (Red+Green+Blue) = 201+138+219=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #C98ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ADB is #367524. Grayscale: #A5A5A5. Windows color (decimal): -3568933 or 14387913. OLE color: 14387913.

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

Color convert

RGB201138219-
CMYK0.080.3700.14
HSL286.67º52.94%70%-
HSV(B)286.67º36.99%85.88%-
XYZ45.9635.7171.49-
YUV166.07157.87152.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=36.02%
G=24.73%
B=39.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011382190.080.3700.14286.6752.9470
HexC98ADB8250E11f3546
Octal311212333104501643765106
Binary1100100110001010110110111000100101011101000111111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98ADB; }

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

 H1.HeaderClassName
 {
   color: #C98ADB;
 }
 .AnyTagClassName
 {
   color: #C98ADB;
 }
</style>
background-color css

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

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

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

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

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

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