#CA97DC

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

Shades of Wisteria #CA97DC

Tints of Wisteria #CA97DC

Color information

#CA97DC (or 0xCA97DC) is unknown color: approx Wisteria. HEX triplet: CA, 97 and DC. RGB value is (202,151,220). Sum of RGB (Red+Green+Blue) = 202+151+220=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA97DC is #356823. Grayscale: #ADADAD. Windows color (decimal): -3500068 or 14456778. OLE color: 14456778.

HSL color Cylindrical-coordinate representation of color #CA97DC: hue angle of 284.35º degrees, saturation: 0.5, 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 #CA97DC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202151220-
CMYK0.080.3100.14
HSL284.35º49.64%72.75%-
HSV(B)284.35º31.36%86.27%-
XYZ48.3439.8672.86-
YUV174.12153.9147.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=35.25%
G=26.35%
B=38.39%

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
Decimal2021512200.080.3100.14284.3549.6472.75
HexCA97DC81F0E11c3249
Octal312227334103701643462111
Binary110010101001011111011100100011111011101000111001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97DC; }

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

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

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

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

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

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

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

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