#CA97F9

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

Shades of Wisteria #CA97F9

Tints of Wisteria #CA97F9

Color information

#CA97F9 (or 0xCA97F9) is unknown color: approx Wisteria. HEX triplet: CA, 97 and F9. RGB value is (202,151,249). Sum of RGB (Red+Green+Blue) = 202+151+249=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA97F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA97F9 is #356806. Grayscale: #B1B1B1. Windows color (decimal): -3500039 or 16357322. OLE color: 16357322.

HSL color Cylindrical-coordinate representation of color #CA97F9: hue angle of 271.22º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA97F9 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202151249-
CMYK0.190.3900.02
HSL271.22º89.09%78.43%-
HSV(B)271.22º39.36%97.65%-
XYZ52.5241.5394.87-
YUV177.42168.4145.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 151 (59.38% from 255) = 25.08%
BLUE value IS 249 (97.66% from 255) = 41.36%
R=33.55%
G=25.08%
B=41.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021512490.190.3900.02271.2289.0978.43
HexCA97F913270210f594e
Octal312227371234702417131116
Binary1100101010010111111110011001110011101010000111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97F9; }

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

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

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

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

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

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

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

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