#C98DF6

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

Shades of Wisteria #C98DF6

Tints of Wisteria #C98DF6

Color information

#C98DF6 (or 0xC98DF6) is unknown color: approx Wisteria. HEX triplet: C9, 8D and F6. RGB value is (201,141,246). Sum of RGB (Red+Green+Blue) = 201+141+246=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 246 - color contains mainly: blue. Hex color #C98DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DF6 is #367209. Grayscale: #AAAAAA. Windows color (decimal): -3568138 or 16158153. OLE color: 16158153.

HSL color Cylindrical-coordinate representation of color #C98DF6: hue angle of 274.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C98DF6 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB201141246-
CMYK0.180.4300.04
HSL274.29º85.37%75.88%-
HSV(B)274.29º42.68%96.47%-
XYZ50.2538.1291.9-
YUV170.91170.38149.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.18%
GREEN value IS 141 (55.47% from 255) = 23.98%
BLUE value IS 246 (96.48% from 255) = 41.84%
R=34.18%
G=23.98%
B=41.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2011412460.180.4300.04274.2985.3775.88
HexC98DF6122B04112554c
Octal311215366225304422125114
Binary11001001100011011111011010010101011010010001001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98DF6; }

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

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

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

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

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

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

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

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