#CA9EDD

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

Shades of Wisteria #CA9EDD

Tints of Wisteria #CA9EDD

Color information

#CA9EDD (or 0xCA9EDD) is unknown color: approx Wisteria. HEX triplet: CA, 9E and DD. RGB value is (202,158,221). Sum of RGB (Red+Green+Blue) = 202+158+221=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EDD is #356122. Grayscale: #B2B2B2. Windows color (decimal): -3498275 or 14524106. OLE color: 14524106.

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

Color convert

RGB202158221-
CMYK0.090.2900.13
HSL281.9º48.09%74.31%-
HSV(B)281.9º28.51%86.67%-
XYZ49.6442.2373.94-
YUV178.34152.08144.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=34.77%
G=27.19%
B=38.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021582210.090.2900.13281.948.0974.31
HexCA9EDD91D0D11a304a
Octal312236335113501543260112
Binary110010101001111011011101100111101011011000110101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9EDD; }

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

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

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

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

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

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

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

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