#CA97F3

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

Shades of Wisteria #CA97F3

Tints of Wisteria #CA97F3

Color information

#CA97F3 (or 0xCA97F3) is unknown color: approx Wisteria. HEX triplet: CA, 97 and F3. RGB value is (202,151,243). Sum of RGB (Red+Green+Blue) = 202+151+243=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA97F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA97F3 is #35680C. Grayscale: #B0B0B0. Windows color (decimal): -3500045 or 15964106. OLE color: 15964106.

HSL color Cylindrical-coordinate representation of color #CA97F3: hue angle of 273.26º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA97F3 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202151243-
CMYK0.170.3800.05
HSL273.26º79.31%77.25%-
HSV(B)273.26º37.86%95.29%-
XYZ51.641.1690.02-
YUV176.74165.4146.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 151 (59.38% from 255) = 25.34%
BLUE value IS 243 (95.31% from 255) = 40.77%
R=33.89%
G=25.34%
B=40.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021512430.170.3800.05273.2679.3177.25
HexCA97F31126051114f4d
Octal312227363214605421117115
Binary11001010100101111111001110001100110010110001000110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97F3; }

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

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

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

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

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

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

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

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