#CA86DF

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

Shades of Wisteria #CA86DF

Tints of Wisteria #CA86DF

Color information

#CA86DF (or 0xCA86DF) is unknown color: approx Wisteria. HEX triplet: CA, 86 and DF. RGB value is (202,134,223). Sum of RGB (Red+Green+Blue) = 202+134+223=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA86DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86DF is #357920. Grayscale: #A4A4A4. Windows color (decimal): -3504417 or 14649034. OLE color: 14649034.

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

Color convert

RGB202134223-
CMYK0.090.4000.13
HSL285.84º58.17%70%-
HSV(B)285.84º39.91%87.45%-
XYZ46.234.9374.12-
YUV164.48161.03154.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 134 (52.73% from 255) = 23.97%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=36.14%
G=23.97%
B=39.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021342230.090.4000.13285.8458.1770
HexCA86DF9280D11e3a46
Octal312206337115001543672106
Binary1100101010000110110111111001101000011011000111101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86DF; }

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

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

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

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

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

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

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

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