#C98AEB

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

Shades of Wisteria #C98AEB

Tints of Wisteria #C98AEB

Color information

#C98AEB (or 0xC98AEB) is unknown color: approx Wisteria. HEX triplet: C9, 8A and EB. RGB value is (201,138,235). Sum of RGB (Red+Green+Blue) = 201+138+235=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #C98AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98AEB is #367514. Grayscale: #A7A7A7. Windows color (decimal): -3568917 or 15436489. OLE color: 15436489.

HSL color Cylindrical-coordinate representation of color #C98AEB: hue angle of 278.97º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C98AEB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201138235-
CMYK0.140.4100.08
HSL278.97º70.8%73.14%-
HSV(B)278.97º41.28%92.16%-
XYZ48.1736.5983.12-
YUV167.9165.87151.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 138 (54.30% from 255) = 24.04%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=35.02%
G=24.04%
B=40.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011382350.140.4100.08278.9770.873.14
HexC98AEBE29081174749
Octal3112123531651010427107111
Binary11001001100010101110101111101010010100010001011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98AEB; }

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

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

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

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

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

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

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

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