#CA87EA

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

Shades of Wisteria #CA87EA

Tints of Wisteria #CA87EA

Color information

#CA87EA (or 0xCA87EA) is unknown color: approx Wisteria. HEX triplet: CA, 87 and EA. RGB value is (202,135,234). Sum of RGB (Red+Green+Blue) = 202+135+234=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA87EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA87EA is #357815. Grayscale: #A5A5A5. Windows color (decimal): -3504150 or 15370186. OLE color: 15370186.

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

Color convert

RGB202135234-
CMYK0.140.4200.08
HSL280.61º70.21%72.35%-
HSV(B)280.61º42.31%91.76%-
XYZ47.8735.8382.23-
YUV166.32166.2153.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 135 (53.12% from 255) = 23.64%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=35.38%
G=23.64%
B=40.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021352340.140.4200.08280.6170.2172.35
HexCA87EAE2A081194648
Octal3122073521652010431106110
Binary11001010100001111110101011101010100100010001100110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87EA; }

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

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

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

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

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

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

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

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