#C98EDF

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

Shades of Wisteria #C98EDF

Tints of Wisteria #C98EDF

Color information

#C98EDF (or 0xC98EDF) is unknown color: approx Wisteria. HEX triplet: C9, 8E and DF. RGB value is (201,142,223). Sum of RGB (Red+Green+Blue) = 201+142+223=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 142 (55.86% from 255 or 25.09% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #C98EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98EDF is #367120. Grayscale: #A8A8A8. Windows color (decimal): -3567905 or 14651081. OLE color: 14651081.

HSL color Cylindrical-coordinate representation of color #C98EDF: hue angle of 283.7º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C98EDF is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201142223-
CMYK0.100.3600.13
HSL283.7º55.86%71.57%-
HSV(B)283.7º36.32%87.45%-
XYZ47.0837.0974.49-
YUV168.88158.55150.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.51%
GREEN value IS 142 (55.86% from 255) = 25.09%
BLUE value IS 223 (87.5% from 255) = 39.40%
R=35.51%
G=25.09%
B=39.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011422230.100.3600.13283.755.8671.57
HexC98EDFA240D11c3848
Octal311216337124401543470110
Binary1100100110001110110111111010100100011011000111001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98EDF; }

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

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

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

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

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

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

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

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