#CA9ED9

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

Shades of Wisteria #CA9ED9

Tints of Wisteria #CA9ED9

Color information

#CA9ED9 (or 0xCA9ED9) is unknown color: approx Wisteria. HEX triplet: CA, 9E and D9. RGB value is (202,158,217). Sum of RGB (Red+Green+Blue) = 202+158+217=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA9ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ED9 is #356126. Grayscale: #B1B1B1. Windows color (decimal): -3498279 or 14261962. OLE color: 14261962.

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

Color convert

RGB202158217-
CMYK0.070.2700.15
HSL284.75º43.7%73.53%-
HSV(B)284.75º27.19%85.1%-
XYZ49.1142.0271.17-
YUV177.88150.08145.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 158 (62.11% from 255) = 27.38%
BLUE value IS 217 (85.16% from 255) = 37.61%
R=35.01%
G=27.38%
B=37.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021582170.070.2700.15284.7543.773.53
HexCA9ED971B0F11d2c4a
Octal31223633173301743554112
Binary11001010100111101101100111111011011111000111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9ED9; }

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

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

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

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

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

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

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

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