#CA87EC

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

Shades of Wisteria #CA87EC

Tints of Wisteria #CA87EC

Color information

#CA87EC (or 0xCA87EC) is unknown color: approx Wisteria. HEX triplet: CA, 87 and EC. RGB value is (202,135,236). Sum of RGB (Red+Green+Blue) = 202+135+236=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA87EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA87EC is #357813. Grayscale: #A6A6A6. Windows color (decimal): -3504148 or 15501258. OLE color: 15501258.

HSL color Cylindrical-coordinate representation of color #CA87EC: hue angle of 279.8º 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 #CA87EC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202135236-
CMYK0.140.4300.07
HSL279.8º72.66%72.75%-
HSV(B)279.8º42.8%92.55%-
XYZ48.1635.9483.76-
YUV166.55167.2153.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 135 (53.12% from 255) = 23.56%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=35.25%
G=23.56%
B=41.19%

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
Decimal2021352360.140.4300.07279.872.6672.75
HexCA87ECE2B071184949
Octal312207354165307430111111
Binary1100101010000111111011001110101011011110001100010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87EC; }

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

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

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

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

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

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

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

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