#C98DD9

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

Shades of Wisteria #C98DD9

Tints of Wisteria #C98DD9

Color information

#C98DD9 (or 0xC98DD9) is unknown color: approx Wisteria. HEX triplet: C9, 8D and D9. RGB value is (201,141,217). Sum of RGB (Red+Green+Blue) = 201+141+217=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #C98DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DD9 is #367226. Grayscale: #A7A7A7. Windows color (decimal): -3568167 or 14257609. OLE color: 14257609.

HSL color Cylindrical-coordinate representation of color #C98DD9: hue angle of 287.37º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98DD9 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201141217-
CMYK0.070.3500.15
HSL287.37º50%70.2%-
HSV(B)287.37º35.02%85.1%-
XYZ46.1436.4870.25-
YUV167.6155.88151.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=35.96%
G=25.22%
B=38.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011412170.070.3500.15287.375070.2
HexC98DD97230F11f3246
Octal31121533174301743762106
Binary110010011000110111011001111100011011111000111111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DD9; }

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

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

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

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

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

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

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

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