#CA87DD

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

Shades of Wisteria #CA87DD

Tints of Wisteria #CA87DD

Color information

#CA87DD (or 0xCA87DD) is unknown color: approx Wisteria. HEX triplet: CA, 87 and DD. RGB value is (202,135,221). Sum of RGB (Red+Green+Blue) = 202+135+221=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87DD is #357822. Grayscale: #A4A4A4. Windows color (decimal): -3504163 or 14518218. OLE color: 14518218.

HSL color Cylindrical-coordinate representation of color #CA87DD: hue angle of 286.74º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA87DD is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202135221-
CMYK0.090.3900.13
HSL286.74º55.84%69.8%-
HSV(B)286.74º38.91%86.67%-
XYZ46.0735.172.75-
YUV164.84159.7154.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 135 (53.12% from 255) = 24.19%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=36.20%
G=24.19%
B=39.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021352210.090.3900.13286.7455.8469.8
HexCA87DD9270D11f3846
Octal312207335114701543770106
Binary1100101010000111110111011001100111011011000111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87DD; }

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

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

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

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

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

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

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

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