#CA97DF

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

Shades of Wisteria #CA97DF

Tints of Wisteria #CA97DF

Color information

#CA97DF (or 0xCA97DF) is unknown color: approx Wisteria. HEX triplet: CA, 97 and DF. RGB value is (202,151,223). Sum of RGB (Red+Green+Blue) = 202+151+223=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA97DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97DF is #356820. Grayscale: #AEAEAE. Windows color (decimal): -3500065 or 14653386. OLE color: 14653386.

HSL color Cylindrical-coordinate representation of color #CA97DF: hue angle of 282.5º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA97DF is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202151223-
CMYK0.090.3200.13
HSL282.5º52.94%73.33%-
HSV(B)282.5º32.29%87.45%-
XYZ48.7440.0274.97-
YUV174.46155.4147.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=35.07%
G=26.22%
B=38.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021512230.090.3200.13282.552.9473.33
HexCA97DF9200D11a3549
Octal312227337114001543265111
Binary1100101010010111110111111001100000011011000110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97DF; }

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

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

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

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

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

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

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

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