#CA83E9

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

Shades of Wisteria #CA83E9

Tints of Wisteria #CA83E9

Color information

#CA83E9 (or 0xCA83E9) is unknown color: approx Wisteria. HEX triplet: CA, 83 and E9. RGB value is (202,131,233). Sum of RGB (Red+Green+Blue) = 202+131+233=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA83E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA83E9 is #357C16. Grayscale: #A3A3A3. Windows color (decimal): -3505175 or 15303626. OLE color: 15303626.

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

Color convert

RGB202131233-
CMYK0.130.4400.09
HSL281.76º69.86%71.37%-
HSV(B)281.76º43.78%91.37%-
XYZ47.1834.6781.3-
YUV163.86167.02155.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 233 (91.41% from 255) = 41.17%
R=35.69%
G=23.14%
B=41.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021312330.130.4400.09281.7669.8671.37
HexCA83E9D2C0911a4647
Octal3122033511554011432106107
Binary11001010100000111110100111011011000100110001101010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83E9; }

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

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

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

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

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

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

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

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