#C98EF3

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

Shades of Wisteria #C98EF3

Tints of Wisteria #C98EF3

Color information

#C98EF3 (or 0xC98EF3) is unknown color: approx Wisteria. HEX triplet: C9, 8E and F3. RGB value is (201,142,243). Sum of RGB (Red+Green+Blue) = 201+142+243=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #C98EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98EF3 is #36710C. Grayscale: #AAAAAA. Windows color (decimal): -3567885 or 15961801. OLE color: 15961801.

HSL color Cylindrical-coordinate representation of color #C98EF3: hue angle of 275.05º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C98EF3 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201142243-
CMYK0.170.4200.05
HSL275.05º80.8%75.49%-
HSV(B)275.05º41.56%95.29%-
XYZ49.9438.2389.54-
YUV171.16168.55149.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 243 (95.31% from 255) = 41.47%
R=34.30%
G=24.23%
B=41.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011422430.170.4200.05275.0580.875.49
HexC98EF3112A05113514b
Octal311216363215205423121113
Binary11001001100011101111001110001101010010110001001110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98EF3; }

 p { color: rgb(201,142,243); }

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

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

 a { background-color: rgb(201,142,243); }

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

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

 span { border-color: rgb(201,142,243); }

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