#CA9ADD

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

Shades of Wisteria #CA9ADD

Tints of Wisteria #CA9ADD

Color information

#CA9ADD (or 0xCA9ADD) is unknown color: approx Wisteria. HEX triplet: CA, 9A and DD. RGB value is (202,154,221). Sum of RGB (Red+Green+Blue) = 202+154+221=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ADD is #356522. Grayscale: #AFAFAF. Windows color (decimal): -3499299 or 14523082. OLE color: 14523082.

HSL color Cylindrical-coordinate representation of color #CA9ADD: hue angle of 282.99º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA9ADD is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202154221-
CMYK0.090.3000.13
HSL282.99º49.63%73.53%-
HSV(B)282.99º30.32%86.67%-
XYZ48.9640.8973.72-
YUV175.99153.4146.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=35.01%
G=26.69%
B=38.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021542210.090.3000.13282.9949.6373.53
HexCA9ADD91E0D11b324a
Octal312232335113601543362112
Binary110010101001101011011101100111110011011000110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9ADD; }

 p { color: rgb(202,154,221); }

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

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

 a { background-color: rgb(202,154,221); }

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

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

 span { border-color: rgb(202,154,221); }

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