#CA84E9

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

Shades of Wisteria #CA84E9

Tints of Wisteria #CA84E9

Color information

#CA84E9 (or 0xCA84E9) is unknown color: approx Wisteria. HEX triplet: CA, 84 and E9. RGB value is (202,132,233). Sum of RGB (Red+Green+Blue) = 202+132+233=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA84E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84E9 is #357B16. Grayscale: #A4A4A4. Windows color (decimal): -3504919 or 15303882. OLE color: 15303882.

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

Color convert

RGB202132233-
CMYK0.130.4300.09
HSL281.58º69.66%71.57%-
HSV(B)281.58º43.35%91.37%-
XYZ47.3234.9481.34-
YUV164.44166.69154.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 233 (91.41% from 255) = 41.09%
R=35.63%
G=23.28%
B=41.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021322330.130.4300.09281.5869.6671.57
HexCA84E9D2B0911a4648
Octal3122043511553011432106110
Binary11001010100001001110100111011010110100110001101010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84E9; }

 p { color: rgb(202,132,233); }

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

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

 a { background-color: rgb(202,132,233); }

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

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

 span { border-color: rgb(202,132,233); }

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