#CA97FA

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

Shades of Wisteria #CA97FA

Tints of Wisteria #CA97FA

Color information

#CA97FA (or 0xCA97FA) is unknown color: approx Wisteria. HEX triplet: CA, 97 and FA. RGB value is (202,151,250). Sum of RGB (Red+Green+Blue) = 202+151+250=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA97FA is #356805. Grayscale: #B1B1B1. Windows color (decimal): -3500038 or 16422858. OLE color: 16422858.

HSL color Cylindrical-coordinate representation of color #CA97FA: hue angle of 270.91º 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 #CA97FA is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202151250-
CMYK0.190.4000.02
HSL270.91º90.83%78.63%-
HSV(B)270.91º39.6%98.04%-
XYZ52.6841.5995.69-
YUV177.54168.9145.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 151 (59.38% from 255) = 25.04%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=33.50%
G=25.04%
B=41.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021512500.190.4000.02270.9190.8378.63
HexCA97FA13280210f5b4f
Octal312227372235002417133117
Binary1100101010010111111110101001110100001010000111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97FA; }

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

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

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

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

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

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

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

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