#CA96DC

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

Shades of Wisteria #CA96DC

Tints of Wisteria #CA96DC

Color information

#CA96DC (or 0xCA96DC) is unknown color: approx Wisteria. HEX triplet: CA, 96 and DC. RGB value is (202,150,220). Sum of RGB (Red+Green+Blue) = 202+150+220=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96DC is #356923. Grayscale: #ADADAD. Windows color (decimal): -3500324 or 14456522. OLE color: 14456522.

HSL color Cylindrical-coordinate representation of color #CA96DC: hue angle of 284.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA96DC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202150220-
CMYK0.080.3200.14
HSL284.57º50%72.55%-
HSV(B)284.57º31.82%86.27%-
XYZ48.1839.5472.8-
YUV173.53154.23148.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 150 (58.98% from 255) = 26.22%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=35.31%
G=26.22%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021502200.080.3200.14284.575072.55
HexCA96DC8200E11d3249
Octal312226334104001643562111
Binary1100101010010110110111001000100000011101000111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA96DC; }

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

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

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

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

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

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

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

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