#CA9BEB

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

Shades of Wisteria #CA9BEB

Tints of Wisteria #CA9BEB

Color information

#CA9BEB (or 0xCA9BEB) is unknown color: approx Wisteria. HEX triplet: CA, 9B and EB. RGB value is (202,155,235). Sum of RGB (Red+Green+Blue) = 202+155+235=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BEB is #356414. Grayscale: #B1B1B1. Windows color (decimal): -3499029 or 15440842. OLE color: 15440842.

HSL color Cylindrical-coordinate representation of color #CA9BEB: hue angle of 275.25º degrees, saturation: 0.67, 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 #CA9BEB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202155235-
CMYK0.140.3400.08
HSL275.25º66.67%76.47%-
HSV(B)275.25º34.04%92.16%-
XYZ51.074284.01-
YUV178.17160.07145-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 155 (60.94% from 255) = 26.18%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=34.12%
G=26.18%
B=39.70%

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
Decimal2021552350.140.3400.08275.2566.6776.47
HexCA9BEBE2208113434c
Octal3122333531642010423103114
Binary11001010100110111110101111101000100100010001001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BEB; }

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

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

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

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

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

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

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

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