#CA9BED

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

Shades of Wisteria #CA9BED

Tints of Wisteria #CA9BED

Color information

#CA9BED (or 0xCA9BED) is unknown color: approx Wisteria. HEX triplet: CA, 9B and ED. RGB value is (202,155,237). Sum of RGB (Red+Green+Blue) = 202+155+237=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA9BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BED is #356412. Grayscale: #B2B2B2. Windows color (decimal): -3499027 or 15571914. OLE color: 15571914.

HSL color Cylindrical-coordinate representation of color #CA9BED: hue angle of 274.39º degrees, saturation: 0.69, 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 #CA9BED is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202155237-
CMYK0.150.3500.07
HSL274.39º69.49%76.86%-
HSV(B)274.39º34.6%92.94%-
XYZ51.3642.1185.54-
YUV178.4161.07144.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.01%
GREEN value IS 155 (60.94% from 255) = 26.09%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=34.01%
G=26.09%
B=39.90%

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
Decimal2021552370.150.3500.07274.3969.4976.86
HexCA9BEDF2307112454d
Octal312233355174307422105115
Binary1100101010011011111011011111100011011110001001010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BED; }

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

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

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

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

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

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

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

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