#C997ED

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

Shades of Wisteria #C997ED

Tints of Wisteria #C997ED

Color information

#C997ED (or 0xC997ED) is unknown color: approx Wisteria. HEX triplet: C9, 97 and ED. RGB value is (201,151,237). Sum of RGB (Red+Green+Blue) = 201+151+237=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #C997ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997ED is #366812. Grayscale: #AFAFAF. Windows color (decimal): -3565587 or 15570889. OLE color: 15570889.

HSL color Cylindrical-coordinate representation of color #C997ED: hue angle of 274.88º 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 #C997ED is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201151237-
CMYK0.150.3600.07
HSL274.88º70.49%76.08%-
HSV(B)274.88º36.29%92.94%-
XYZ50.4440.6785.31-
YUV175.75162.56146.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.13%
GREEN value IS 151 (59.38% from 255) = 25.64%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=34.13%
G=25.64%
B=40.24%

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
Decimal2011512370.150.3600.07274.8870.4976.08
HexC997EDF2407113464c
Octal311227355174407423106114
Binary1100100110010111111011011111100100011110001001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997ED; }

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

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

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

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

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

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

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

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