#CA97DB

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

Shades of Wisteria #CA97DB

Tints of Wisteria #CA97DB

Color information

#CA97DB (or 0xCA97DB) is unknown color: approx Wisteria. HEX triplet: CA, 97 and DB. RGB value is (202,151,219). Sum of RGB (Red+Green+Blue) = 202+151+219=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97DB is #356824. Grayscale: #ADADAD. Windows color (decimal): -3500069 or 14391242. OLE color: 14391242.

HSL color Cylindrical-coordinate representation of color #CA97DB: hue angle of 285º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA97DB is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202151219-
CMYK0.080.3100.14
HSL285º48.57%72.55%-
HSV(B)285º31.05%85.88%-
XYZ48.2139.872.16-
YUV174153.4147.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=35.31%
G=26.40%
B=38.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021512190.080.3100.1428548.5772.55
HexCA97DB81F0E11d3149
Octal312227333103701643561111
Binary110010101001011111011011100011111011101000111011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97DB; }

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

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

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

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

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

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

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

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