#C98DE9

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

Shades of Wisteria #C98DE9

Tints of Wisteria #C98DE9

Color information

#C98DE9 (or 0xC98DE9) is unknown color: approx Wisteria. HEX triplet: C9, 8D and E9. RGB value is (201,141,233). Sum of RGB (Red+Green+Blue) = 201+141+233=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #C98DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DE9 is #367216. Grayscale: #A9A9A9. Windows color (decimal): -3568151 or 15306185. OLE color: 15306185.

HSL color Cylindrical-coordinate representation of color #C98DE9: hue angle of 279.13º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C98DE9 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201141233-
CMYK0.140.3900.09
HSL279.13º67.65%73.33%-
HSV(B)279.13º39.48%91.37%-
XYZ48.3237.3581.75-
YUV169.43163.88150.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 233 (91.41% from 255) = 40.52%
R=34.96%
G=24.52%
B=40.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011412330.140.3900.09279.1367.6573.33
HexC98DE9E27091174449
Octal3112153511647011427104111
Binary11001001100011011110100111101001110100110001011110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DE9; }

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

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

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

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

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

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

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

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