#CA9DEC

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

Shades of Wisteria #CA9DEC

Tints of Wisteria #CA9DEC

Color information

#CA9DEC (or 0xCA9DEC) is unknown color: approx Wisteria. HEX triplet: CA, 9D and EC. RGB value is (202,157,236). Sum of RGB (Red+Green+Blue) = 202+157+236=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA9DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DEC is #356213. Grayscale: #B3B3B3. Windows color (decimal): -3498516 or 15506890. OLE color: 15506890.

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

Color convert

RGB202157236-
CMYK0.140.3300.07
HSL274.18º67.52%77.06%-
HSV(B)274.18º33.47%92.55%-
XYZ51.5542.7384.89-
YUV179.46159.91144.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=33.95%
G=26.39%
B=39.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021572360.140.3300.07274.1867.5277.06
HexCA9DECE2107112444d
Octal312235354164107422104115
Binary1100101010011101111011001110100001011110001001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DEC; }

 p { color: rgb(202,157,236); }

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

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

 a { background-color: rgb(202,157,236); }

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

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

 span { border-color: rgb(202,157,236); }

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