#CA87E4

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

Shades of Wisteria #CA87E4

Tints of Wisteria #CA87E4

Color information

#CA87E4 (or 0xCA87E4) is unknown color: approx Wisteria. HEX triplet: CA, 87 and E4. RGB value is (202,135,228). Sum of RGB (Red+Green+Blue) = 202+135+228=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA87E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87E4 is #35781B. Grayscale: #A5A5A5. Windows color (decimal): -3504156 or 14976970. OLE color: 14976970.

HSL color Cylindrical-coordinate representation of color #CA87E4: hue angle of 283.23º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA87E4 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202135228-
CMYK0.110.4100.11
HSL283.23º63.27%71.18%-
HSV(B)283.23º40.79%89.41%-
XYZ47.0235.4977.77-
YUV165.63163.2153.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 135 (53.12% from 255) = 23.89%
BLUE value IS 228 (89.45% from 255) = 40.35%
R=35.75%
G=23.89%
B=40.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2021352280.110.4100.11283.2363.2771.18
HexCA87E4B290B11b3f47
Octal312207344135101343377107
Binary1100101010000111111001001011101001010111000110111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87E4; }

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

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

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

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

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

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

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

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