#C98AE8

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

Shades of Wisteria #C98AE8

Tints of Wisteria #C98AE8

Color information

#C98AE8 (or 0xC98AE8) is unknown color: approx Wisteria. HEX triplet: C9, 8A and E8. RGB value is (201,138,232). Sum of RGB (Red+Green+Blue) = 201+138+232=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: blue. Hex color #C98AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98AE8 is #367517. Grayscale: #A7A7A7. Windows color (decimal): -3568920 or 15239881. OLE color: 15239881.

HSL color Cylindrical-coordinate representation of color #C98AE8: hue angle of 280.21º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C98AE8 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201138232-
CMYK0.130.4100.09
HSL280.21º67.14%72.55%-
HSV(B)280.21º40.52%90.98%-
XYZ47.7436.4280.86-
YUV167.55164.37151.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.20%
GREEN value IS 138 (54.30% from 255) = 24.17%
BLUE value IS 232 (91.02% from 255) = 40.63%
R=35.20%
G=24.17%
B=40.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011382320.130.4100.09280.2167.1472.55
HexC98AE8D29091184349
Octal3112123501551011430103111
Binary11001001100010101110100011011010010100110001100010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98AE8; }

 p { color: rgb(201,138,232); }

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

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

 a { background-color: rgb(201,138,232); }

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

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

 span { border-color: rgb(201,138,232); }

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