#CA9BD9

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

Shades of Wisteria #CA9BD9

Tints of Wisteria #CA9BD9

Color information

#CA9BD9 (or 0xCA9BD9) is unknown color: approx Wisteria. HEX triplet: CA, 9B and D9. RGB value is (202,155,217). Sum of RGB (Red+Green+Blue) = 202+155+217=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA9BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BD9 is #356426. Grayscale: #AFAFAF. Windows color (decimal): -3499047 or 14261194. OLE color: 14261194.

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

Color convert

RGB202155217-
CMYK0.070.2900.15
HSL285.48º44.93%72.94%-
HSV(B)285.48º28.57%85.1%-
XYZ48.641.0171-
YUV176.12151.07146.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=35.19%
G=27.00%
B=37.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021552170.070.2900.15285.4844.9372.94
HexCA9BD971D0F11d2d49
Octal31223333173501743555111
Binary11001010100110111101100111111101011111000111011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BD9; }

 p { color: rgb(202,155,217); }

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

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

 a { background-color: rgb(202,155,217); }

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

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

 span { border-color: rgb(202,155,217); }

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