#CA97DA

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

Shades of Wisteria #CA97DA

Tints of Wisteria #CA97DA

Color information

#CA97DA (or 0xCA97DA) is unknown color: approx Wisteria. HEX triplet: CA, 97 and DA. RGB value is (202,151,218). Sum of RGB (Red+Green+Blue) = 202+151+218=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97DA is #356825. Grayscale: #ADADAD. Windows color (decimal): -3500070 or 14325706. OLE color: 14325706.

HSL color Cylindrical-coordinate representation of color #CA97DA: hue angle of 285.67º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA97DA is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202151218-
CMYK0.070.3100.15
HSL285.67º47.52%72.35%-
HSV(B)285.67º30.73%85.49%-
XYZ48.0839.7571.47-
YUV173.89152.9148.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=35.38%
G=26.44%
B=38.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021512180.070.3100.15285.6747.5272.35
HexCA97DA71F0F11e3048
Octal31222733273701743660110
Binary11001010100101111101101011111111011111000111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97DA; }

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

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

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

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

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

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

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

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