#CA87DA

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

Shades of Wisteria #CA87DA

Tints of Wisteria #CA87DA

Color information

#CA87DA (or 0xCA87DA) is unknown color: approx Wisteria. HEX triplet: CA, 87 and DA. RGB value is (202,135,218). Sum of RGB (Red+Green+Blue) = 202+135+218=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA87DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA87DA is #357825. Grayscale: #A4A4A4. Windows color (decimal): -3504166 or 14321610. OLE color: 14321610.

HSL color Cylindrical-coordinate representation of color #CA87DA: hue angle of 288.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA87DA is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202135218-
CMYK0.070.3800.15
HSL288.43º52.87%69.22%-
HSV(B)288.43º38.07%85.49%-
XYZ45.6834.9570.67-
YUV164.49158.2154.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 135 (53.12% from 255) = 24.32%
BLUE value IS 218 (85.55% from 255) = 39.28%
R=36.40%
G=24.32%
B=39.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021352180.070.3800.15288.4352.8769.22
HexCA87DA7260F1203545
Octal31220733274601744065105
Binary110010101000011111011010111100110011111001000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA87DA; }

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

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

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

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

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

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

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

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