#CA97D5

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

Shades of Wisteria #CA97D5

Tints of Wisteria #CA97D5

Color information

#CA97D5 (or 0xCA97D5) is unknown color: approx Wisteria. HEX triplet: CA, 97 and D5. RGB value is (202,151,213). Sum of RGB (Red+Green+Blue) = 202+151+213=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA97D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97D5 is #35682A. Grayscale: #ADADAD. Windows color (decimal): -3500075 or 13998026. OLE color: 13998026.

HSL color Cylindrical-coordinate representation of color #CA97D5: hue angle of 289.35º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA97D5 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202151213-
CMYK0.050.2900.16
HSL289.35º42.47%71.37%-
HSV(B)289.35º29.11%83.53%-
XYZ47.4339.4968.07-
YUV173.32150.4148.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 213 (83.59% from 255) = 37.63%
R=35.69%
G=26.68%
B=37.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021512130.050.2900.16289.3542.4771.37
HexCA97D551D0101212a47
Octal31222732553502044152107
Binary110010101001011111010101101111010100001001000011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97D5; }

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

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

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

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

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

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

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

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