#CA97E2

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

Shades of Wisteria #CA97E2

Tints of Wisteria #CA97E2

Color information

#CA97E2 (or 0xCA97E2) is unknown color: approx Wisteria. HEX triplet: CA, 97 and E2. RGB value is (202,151,226). Sum of RGB (Red+Green+Blue) = 202+151+226=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA97E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97E2 is #35681D. Grayscale: #AEAEAE. Windows color (decimal): -3500062 or 14849994. OLE color: 14849994.

HSL color Cylindrical-coordinate representation of color #CA97E2: hue angle of 280.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA97E2 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202151226-
CMYK0.110.3300.11
HSL280.8º56.39%73.92%-
HSV(B)280.8º33.19%88.63%-
XYZ49.1540.1877.12-
YUV174.8156.9147.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 151 (59.38% from 255) = 26.08%
BLUE value IS 226 (88.67% from 255) = 39.03%
R=34.89%
G=26.08%
B=39.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021512260.110.3300.11280.856.3973.92
HexCA97E2B210B119384a
Octal312227342134101343170112
Binary1100101010010111111000101011100001010111000110011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97E2; }

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

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

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

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

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

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

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

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