#CA9AED

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

Shades of Wisteria #CA9AED

Tints of Wisteria #CA9AED

Color information

#CA9AED (or 0xCA9AED) is unknown color: approx Wisteria. HEX triplet: CA, 9A and ED. RGB value is (202,154,237). Sum of RGB (Red+Green+Blue) = 202+154+237=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA9AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9AED is #356512. Grayscale: #B1B1B1. Windows color (decimal): -3499283 or 15571658. OLE color: 15571658.

HSL color Cylindrical-coordinate representation of color #CA9AED: hue angle of 274.7º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA9AED is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202154237-
CMYK0.150.3500.07
HSL274.7º69.75%76.67%-
HSV(B)274.7º35.02%92.94%-
XYZ51.241.7885.49-
YUV177.81161.4145.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=34.06%
G=25.97%
B=39.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021542370.150.3500.07274.769.7576.67
HexCA9AEDF2307113464d
Octal312232355174307423106115
Binary1100101010011010111011011111100011011110001001110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AED; }

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

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

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

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

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

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

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

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