#CA87D7

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

Shades of Wisteria #CA87D7

Tints of Wisteria #CA87D7

Color information

#CA87D7 (or 0xCA87D7) is unknown color: approx Wisteria. HEX triplet: CA, 87 and D7. RGB value is (202,135,215). Sum of RGB (Red+Green+Blue) = 202+135+215=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA87D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87D7 is #357828. Grayscale: #A3A3A3. Windows color (decimal): -3504169 or 14125002. OLE color: 14125002.

HSL color Cylindrical-coordinate representation of color #CA87D7: hue angle of 290.25º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA87D7 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202135215-
CMYK0.060.3700.16
HSL290.25º50%68.63%-
HSV(B)290.25º37.21%84.31%-
XYZ45.2934.7968.62-
YUV164.15156.7155-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 135 (53.12% from 255) = 24.46%
BLUE value IS 215 (84.38% from 255) = 38.95%
R=36.59%
G=24.46%
B=38.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021352150.060.3700.16290.255068.63
HexCA87D76250101223245
Octal31220732764502044262105
Binary1100101010000111110101111101001010100001001000101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87D7; }

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

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

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

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

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

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

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

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