#C998ED

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

Shades of Wisteria #C998ED

Tints of Wisteria #C998ED

Color information

#C998ED (or 0xC998ED) is unknown color: approx Wisteria. HEX triplet: C9, 98 and ED. RGB value is (201,152,237). Sum of RGB (Red+Green+Blue) = 201+152+237=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #C998ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C998ED is #366712. Grayscale: #B0B0B0. Windows color (decimal): -3565331 or 15571145. OLE color: 15571145.

HSL color Cylindrical-coordinate representation of color #C998ED: hue angle of 274.59º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C998ED is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201152237-
CMYK0.150.3600.07
HSL274.59º70.25%76.27%-
HSV(B)274.59º35.86%92.94%-
XYZ50.640.9985.37-
YUV176.34162.23145.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.07%
GREEN value IS 152 (59.77% from 255) = 25.76%
BLUE value IS 237 (92.97% from 255) = 40.17%
R=34.07%
G=25.76%
B=40.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011522370.150.3600.07274.5970.2576.27
HexC998EDF2407113464c
Octal311230355174407423106114
Binary1100100110011000111011011111100100011110001001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998ED; }

 p { color: rgb(201,152,237); }

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

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

 a { background-color: rgb(201,152,237); }

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

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

 span { border-color: rgb(201,152,237); }

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