#C98EEA

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

Shades of Wisteria #C98EEA

Tints of Wisteria #C98EEA

Color information

#C98EEA (or 0xC98EEA) is unknown color: approx Wisteria. HEX triplet: C9, 8E and EA. RGB value is (201,142,234). Sum of RGB (Red+Green+Blue) = 201+142+234=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #C98EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98EEA is #367115. Grayscale: #A9A9A9. Windows color (decimal): -3567894 or 15371977. OLE color: 15371977.

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

Color convert

RGB201142234-
CMYK0.140.3900.08
HSL278.48º68.66%73.73%-
HSV(B)278.48º39.32%91.76%-
XYZ48.6137.782.56-
YUV170.13164.05150.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.84%
GREEN value IS 142 (55.86% from 255) = 24.61%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=34.84%
G=24.61%
B=40.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011422340.140.3900.08278.4868.6673.73
HexC98EEAE2708116454a
Octal3112163521647010426105112
Binary11001001100011101110101011101001110100010001011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98EEA; }

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

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

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

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

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

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

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

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