#CA97E5

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

Shades of Wisteria #CA97E5

Tints of Wisteria #CA97E5

Color information

#CA97E5 (or 0xCA97E5) is unknown color: approx Wisteria. HEX triplet: CA, 97 and E5. RGB value is (202,151,229). Sum of RGB (Red+Green+Blue) = 202+151+229=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA97E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97E5 is #35681A. Grayscale: #AEAEAE. Windows color (decimal): -3500059 or 15046602. OLE color: 15046602.

HSL color Cylindrical-coordinate representation of color #CA97E5: hue angle of 279.23º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA97E5 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202151229-
CMYK0.120.3400.10
HSL279.23º60%74.51%-
HSV(B)279.23º34.06%89.8%-
XYZ49.5740.3579.3-
YUV175.14158.4147.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 151 (59.38% from 255) = 25.95%
BLUE value IS 229 (89.84% from 255) = 39.35%
R=34.71%
G=25.95%
B=39.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021512290.120.3400.10279.236074.51
HexCA97E5C220A1173c4b
Octal312227345144201242774113
Binary1100101010010111111001011100100010010101000101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97E5; }

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

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

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

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

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

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

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

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