#C98CD9

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

Shades of Wisteria #C98CD9

Tints of Wisteria #C98CD9

Color information

#C98CD9 (or 0xC98CD9) is unknown color: approx Wisteria. HEX triplet: C9, 8C and D9. RGB value is (201,140,217). Sum of RGB (Red+Green+Blue) = 201+140+217=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 217 (85.16% from 255 or 38.89% from 558); Max value from RGB is 217 - color contains mainly: blue. Hex color #C98CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CD9 is #367326. Grayscale: #A6A6A6. Windows color (decimal): -3568423 or 14257353. OLE color: 14257353.

HSL color Cylindrical-coordinate representation of color #C98CD9: hue angle of 287.53º 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 #C98CD9 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201140217-
CMYK0.070.3500.15
HSL287.53º50.33%70%-
HSV(B)287.53º35.48%85.1%-
XYZ45.9936.1870.21-
YUV167.02156.21152.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 140 (55.08% from 255) = 25.09%
BLUE value IS 217 (85.16% from 255) = 38.89%
R=36.02%
G=25.09%
B=38.89%

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
Decimal2011402170.070.3500.15287.5350.3370
HexC98CD97230F1203246
Octal31121433174301744062106
Binary110010011000110011011001111100011011111001000001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98CD9; }

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

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

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

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

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

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

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

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