#C997EA

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

Shades of Wisteria #C997EA

Tints of Wisteria #C997EA

Color information

#C997EA (or 0xC997EA) is unknown color: approx Wisteria. HEX triplet: C9, 97 and EA. RGB value is (201,151,234). Sum of RGB (Red+Green+Blue) = 201+151+234=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #C997EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997EA is #366815. Grayscale: #AFAFAF. Windows color (decimal): -3565590 or 15374281. OLE color: 15374281.

HSL color Cylindrical-coordinate representation of color #C997EA: hue angle of 276.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C997EA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201151234-
CMYK0.140.3500.08
HSL276.14º66.4%75.49%-
HSV(B)276.14º35.47%91.76%-
XYZ50.0140.4983.02-
YUV175.41161.06146.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.30%
GREEN value IS 151 (59.38% from 255) = 25.77%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=34.30%
G=25.77%
B=39.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011512340.140.3500.08276.1466.475.49
HexC997EAE2308114424b
Octal3112273521643010424102113
Binary11001001100101111110101011101000110100010001010010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997EA; }

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

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

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

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

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

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

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

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