#C98FE3

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

Shades of Wisteria #C98FE3

Tints of Wisteria #C98FE3

Color information

#C98FE3 (or 0xC98FE3) is unknown color: approx Wisteria. HEX triplet: C9, 8F and E3. RGB value is (201,143,227). Sum of RGB (Red+Green+Blue) = 201+143+227=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 227 - color contains mainly: blue. Hex color #C98FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FE3 is #36701C. Grayscale: #A9A9A9. Windows color (decimal): -3567645 or 14913481. OLE color: 14913481.

HSL color Cylindrical-coordinate representation of color #C98FE3: hue angle of 281.43º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C98FE3 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB201143227-
CMYK0.110.3700.11
HSL281.43º60%72.55%-
HSV(B)281.43º37%89.02%-
XYZ47.7737.6177.41-
YUV169.92160.22150.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 143 (56.25% from 255) = 25.04%
BLUE value IS 227 (89.06% from 255) = 39.75%
R=35.20%
G=25.04%
B=39.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2011432270.110.3700.11281.436072.55
HexC98FE3B250B1193c49
Octal311217343134501343174111
Binary1100100110001111111000111011100101010111000110011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98FE3; }

 p { color: rgb(201,143,227); }

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

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

 a { background-color: rgb(201,143,227); }

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

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

 span { border-color: rgb(201,143,227); }

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