#CA96DE

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

Shades of Wisteria #CA96DE

Tints of Wisteria #CA96DE

Color information

#CA96DE (or 0xCA96DE) is unknown color: approx Wisteria. HEX triplet: CA, 96 and DE. RGB value is (202,150,222). Sum of RGB (Red+Green+Blue) = 202+150+222=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96DE is #356921. Grayscale: #ADADAD. Windows color (decimal): -3500322 or 14587594. OLE color: 14587594.

HSL color Cylindrical-coordinate representation of color #CA96DE: hue angle of 283.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA96DE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202150222-
CMYK0.090.3200.13
HSL283.33º52.17%72.94%-
HSV(B)283.33º32.43%87.06%-
XYZ48.4539.6474.21-
YUV173.76155.23148.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 150 (58.98% from 255) = 26.13%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=35.19%
G=26.13%
B=38.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021502220.090.3200.13283.3352.1772.94
HexCA96DE9200D11b3449
Octal312226336114001543364111
Binary1100101010010110110111101001100000011011000110111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA96DE; }

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

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

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

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

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

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

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

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