#C98DFC

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

Shades of Wisteria #C98DFC

Tints of Wisteria #C98DFC

Color information

#C98DFC (or 0xC98DFC) is unknown color: approx Wisteria. HEX triplet: C9, 8D and FC. RGB value is (201,141,252). Sum of RGB (Red+Green+Blue) = 201+141+252=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #C98DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DFC is #367203. Grayscale: #ABABAB. Windows color (decimal): -3568132 or 16551369. OLE color: 16551369.

HSL color Cylindrical-coordinate representation of color #C98DFC: hue angle of 272.43º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98DFC is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201141252-
CMYK0.200.4400.01
HSL272.43º94.87%77.06%-
HSV(B)272.43º44.05%98.82%-
XYZ51.1838.596.83-
YUV171.59173.38148.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.84%
GREEN value IS 141 (55.47% from 255) = 23.74%
BLUE value IS 252 (98.83% from 255) = 42.42%
R=33.84%
G=23.74%
B=42.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011412520.200.4400.01272.4394.8777.06
HexC98DFC142C011105f4d
Octal311215374245401420137115
Binary110010011000110111111100101001011000110001000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DFC; }

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

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

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

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

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

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

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

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