#CA9BEA

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

Shades of Wisteria #CA9BEA

Tints of Wisteria #CA9BEA

Color information

#CA9BEA (or 0xCA9BEA) is unknown color: approx Wisteria. HEX triplet: CA, 9B and EA. RGB value is (202,155,234). Sum of RGB (Red+Green+Blue) = 202+155+234=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BEA is #356415. Grayscale: #B1B1B1. Windows color (decimal): -3499030 or 15375306. OLE color: 15375306.

HSL color Cylindrical-coordinate representation of color #CA9BEA: hue angle of 275.7º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA9BEA is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202155234-
CMYK0.140.3400.08
HSL275.7º65.29%76.27%-
HSV(B)275.7º33.76%91.76%-
XYZ50.9341.9483.25-
YUV178.06159.57145.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 155 (60.94% from 255) = 26.23%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=34.18%
G=26.23%
B=39.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021552340.140.3400.08275.765.2976.27
HexCA9BEAE2208114414c
Octal3122333521642010424101114
Binary11001010100110111110101011101000100100010001010010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BEA; }

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

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

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

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

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

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

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

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