#C98EDA

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

Shades of Wisteria #C98EDA

Tints of Wisteria #C98EDA

Color information

#C98EDA (or 0xC98EDA) is unknown color: approx Wisteria. HEX triplet: C9, 8E and DA. RGB value is (201,142,218). Sum of RGB (Red+Green+Blue) = 201+142+218=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #C98EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98EDA is #367125. Grayscale: #A8A8A8. Windows color (decimal): -3567910 or 14323401. OLE color: 14323401.

HSL color Cylindrical-coordinate representation of color #C98EDA: hue angle of 286.58º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C98EDA is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201142218-
CMYK0.080.3500.15
HSL286.58º50.67%70.59%-
HSV(B)286.58º34.86%85.49%-
XYZ46.4236.8370.99-
YUV168.3156.05151.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.83%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=35.83%
G=25.31%
B=38.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011422180.080.3500.15286.5850.6770.59
HexC98EDA8230F11f3347
Octal311216332104301743763107
Binary1100100110001110110110101000100011011111000111111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98EDA; }

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

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

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

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

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

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

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

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