#ca86ec

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

Shades of Wisteria #CA86EC

Tints of Wisteria #CA86EC

Color information

#CA86EC (or 0xCA86EC) is unknown color: approx Wisteria. HEX triplet: CA, 86 and EC. RGB value is (202,134,236). Sum of RGB (Red+Green+Blue) = 202+134+236=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA86EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA86EC is #357913. Grayscale: #A5A5A5. Windows color (decimal): -3504404 or 15501002. OLE color: 15501002.

HSL color Cylindrical-coordinate representation of color #CA86EC: hue angle of 280º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA86EC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202134236-
CMYK0.140.4300.07
HSL280º72.86%72.55%-
HSV(B)280º43.22%92.55%-
XYZ48.0235.6683.71-
YUV165.96167.53153.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 134 (52.73% from 255) = 23.43%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=35.31%
G=23.43%
B=41.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021342360.140.4300.0728072.8672.55
HexCA86ECE2B071184949
Octal312206354165307430111111
Binary1100101010000110111011001110101011011110001100010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca86ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca86ec; }

 p { color: rgb(202,134,236); }

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

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

 a { background-color: rgb(202,134,236); }

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

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

 span { border-color: rgb(202,134,236); }

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