#C997EE

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

Shades of Wisteria #C997EE

Tints of Wisteria #C997EE

Color information

#C997EE (or 0xC997EE) is unknown color: approx Wisteria. HEX triplet: C9, 97 and EE. RGB value is (201,151,238). Sum of RGB (Red+Green+Blue) = 201+151+238=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #C997EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997EE is #366811. Grayscale: #AFAFAF. Windows color (decimal): -3565586 or 15636425. OLE color: 15636425.

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

Color convert

RGB201151238-
CMYK0.160.3700.07
HSL274.48º71.9%76.27%-
HSV(B)274.48º36.55%93.33%-
XYZ50.5940.7286.08-
YUV175.87163.06145.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.07%
GREEN value IS 151 (59.38% from 255) = 25.59%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=34.07%
G=25.59%
B=40.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011512380.160.3700.07274.4871.976.27
HexC997EE102507112484c
Octal311227356204507422110114
Binary11001001100101111110111010000100101011110001001010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997EE; }

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

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

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

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

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

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

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

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