#C997EF

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

Shades of Wisteria #C997EF

Tints of Wisteria #C997EF

Color information

#C997EF (or 0xC997EF) is unknown color: approx Wisteria. HEX triplet: C9, 97 and EF. RGB value is (201,151,239). Sum of RGB (Red+Green+Blue) = 201+151+239=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #C997EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997EF is #366810. Grayscale: #AFAFAF. Windows color (decimal): -3565585 or 15701961. OLE color: 15701961.

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

Color convert

RGB201151239-
CMYK0.160.3700.06
HSL274.09º73.33%76.47%-
HSV(B)274.09º36.82%93.73%-
XYZ50.7340.7886.86-
YUV175.98163.56145.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.01%
GREEN value IS 151 (59.38% from 255) = 25.55%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=34.01%
G=25.55%
B=40.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2011512390.160.3700.06274.0973.3376.47
HexC997EF102506112494c
Octal311227357204506422111114
Binary11001001100101111110111110000100101011010001001010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997EF; }

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

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

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

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

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

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

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

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