#C998E9

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

Shades of Wisteria #C998E9

Tints of Wisteria #C998E9

Color information

#C998E9 (or 0xC998E9) is unknown color: approx Wisteria. HEX triplet: C9, 98 and E9. RGB value is (201,152,233). Sum of RGB (Red+Green+Blue) = 201+152+233=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #C998E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C998E9 is #366716. Grayscale: #AFAFAF. Windows color (decimal): -3565335 or 15309001. OLE color: 15309001.

HSL color Cylindrical-coordinate representation of color #C998E9: hue angle of 276.3º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C998E9 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201152233-
CMYK0.140.3500.09
HSL276.3º64.8%75.49%-
HSV(B)276.3º34.76%91.37%-
XYZ50.0240.7682.32-
YUV175.88160.23145.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 152 (59.77% from 255) = 25.94%
BLUE value IS 233 (91.41% from 255) = 39.76%
R=34.30%
G=25.94%
B=39.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011522330.140.3500.09276.364.875.49
HexC998E9E2309114414b
Octal3112303511643011424101113
Binary11001001100110001110100111101000110100110001010010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998E9; }

 p { color: rgb(201,152,233); }

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

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

 a { background-color: rgb(201,152,233); }

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

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

 span { border-color: rgb(201,152,233); }

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