#C98DF9

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

Shades of Wisteria #C98DF9

Tints of Wisteria #C98DF9

Color information

#C98DF9 (or 0xC98DF9) is unknown color: approx Wisteria. HEX triplet: C9, 8D and F9. RGB value is (201,141,249). Sum of RGB (Red+Green+Blue) = 201+141+249=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #C98DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DF9 is #367206. Grayscale: #AAAAAA. Windows color (decimal): -3568135 or 16354761. OLE color: 16354761.

HSL color Cylindrical-coordinate representation of color #C98DF9: hue angle of 273.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C98DF9 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201141249-
CMYK0.190.4300.02
HSL273.33º90%76.47%-
HSV(B)273.33º43.37%97.65%-
XYZ50.7138.3194.34-
YUV171.25171.88149.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.01%
GREEN value IS 141 (55.47% from 255) = 23.86%
BLUE value IS 249 (97.66% from 255) = 42.13%
R=34.01%
G=23.86%
B=42.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011412490.190.4300.02273.339076.47
HexC98DF9132B021115a4c
Octal311215371235302421132114
Binary1100100110001101111110011001110101101010001000110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DF9; }

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

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

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

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

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

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

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

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