#CA86DA

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

Shades of Wisteria #CA86DA

Tints of Wisteria #CA86DA

Color information

#CA86DA (or 0xCA86DA) is unknown color: approx Wisteria. HEX triplet: CA, 86 and DA. RGB value is (202,134,218). Sum of RGB (Red+Green+Blue) = 202+134+218=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA86DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86DA is #357925. Grayscale: #A3A3A3. Windows color (decimal): -3504422 or 14321354. OLE color: 14321354.

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

Color convert

RGB202134218-
CMYK0.070.3900.15
HSL288.57º53.16%69.02%-
HSV(B)288.57º38.53%85.49%-
XYZ45.5434.6770.62-
YUV163.91158.53155.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 134 (52.73% from 255) = 24.19%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=36.46%
G=24.19%
B=39.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021342180.070.3900.15288.5753.1669.02
HexCA86DA7270F1213545
Octal31220633274701744165105
Binary110010101000011011011010111100111011111001000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86DA; }

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

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

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

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

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

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

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

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