#C997FA

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

Shades of Wisteria #C997FA

Tints of Wisteria #C997FA

Color information

#C997FA (or 0xC997FA) is unknown color: approx Wisteria. HEX triplet: C9, 97 and FA. RGB value is (201,151,250). Sum of RGB (Red+Green+Blue) = 201+151+250=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #C997FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997FA is #366805. Grayscale: #B0B0B0. Windows color (decimal): -3565574 or 16422857. OLE color: 16422857.

HSL color Cylindrical-coordinate representation of color #C997FA: hue angle of 270.3º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C997FA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201151250-
CMYK0.200.4000.02
HSL270.3º90.83%78.63%-
HSV(B)270.3º39.6%98.04%-
XYZ52.4141.4595.68-
YUV177.24169.06144.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.39%
GREEN value IS 151 (59.38% from 255) = 25.08%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=33.39%
G=25.08%
B=41.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011512500.200.4000.02270.390.8378.63
HexC997FA14280210e5b4f
Octal311227372245002416133117
Binary1100100110010111111110101010010100001010000111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997FA; }

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

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

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

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

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

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

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

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