#CA96EB

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

Shades of Wisteria #CA96EB

Tints of Wisteria #CA96EB

Color information

#CA96EB (or 0xCA96EB) is unknown color: approx Wisteria. HEX triplet: CA, 96 and EB. RGB value is (202,150,235). Sum of RGB (Red+Green+Blue) = 202+150+235=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA96EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA96EB is #356914. Grayscale: #AEAEAE. Windows color (decimal): -3500309 or 15439562. OLE color: 15439562.

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

Color convert

RGB202150235-
CMYK0.140.3600.08
HSL276.71º68%75.49%-
HSV(B)276.71º36.17%92.16%-
XYZ50.2640.3783.74-
YUV175.24161.73147.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=34.41%
G=25.55%
B=40.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021502350.140.3600.08276.716875.49
HexCA96EBE2408115444b
Octal3122263531644010425104113
Binary11001010100101101110101111101001000100010001010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA96EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA96EB; }

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

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

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

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

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

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

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

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