#CA97F7

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

Shades of Wisteria #CA97F7

Tints of Wisteria #CA97F7

Color information

#CA97F7 (or 0xCA97F7) is unknown color: approx Wisteria. HEX triplet: CA, 97 and F7. RGB value is (202,151,247). Sum of RGB (Red+Green+Blue) = 202+151+247=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA97F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA97F7 is #356808. Grayscale: #B0B0B0. Windows color (decimal): -3500041 or 16226250. OLE color: 16226250.

HSL color Cylindrical-coordinate representation of color #CA97F7: hue angle of 271.88º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA97F7 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202151247-
CMYK0.180.3900.03
HSL271.88º85.71%78.04%-
HSV(B)271.88º38.87%96.86%-
XYZ52.2141.4193.24-
YUV177.19167.4145.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 151 (59.38% from 255) = 25.17%
BLUE value IS 247 (96.88% from 255) = 41.17%
R=33.67%
G=25.17%
B=41.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021512470.180.3900.03271.8885.7178.04
HexCA97F7122703110564e
Octal312227367224703420126116
Binary1100101010010111111101111001010011101110001000010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97F7; }

 p { color: rgb(202,151,247); }

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

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

 a { background-color: rgb(202,151,247); }

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

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

 span { border-color: rgb(202,151,247); }

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