#CA83DA

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

Shades of Wisteria #CA83DA

Tints of Wisteria #CA83DA

Color information

#CA83DA (or 0xCA83DA) is unknown color: approx Wisteria. HEX triplet: CA, 83 and DA. RGB value is (202,131,218). Sum of RGB (Red+Green+Blue) = 202+131+218=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA83DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83DA is #357C25. Grayscale: #A1A1A1. Windows color (decimal): -3505190 or 14320586. OLE color: 14320586.

HSL color Cylindrical-coordinate representation of color #CA83DA: hue angle of 288.97º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA83DA is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202131218-
CMYK0.070.4000.15
HSL288.97º54.04%68.43%-
HSV(B)288.97º39.91%85.49%-
XYZ45.1333.8570.49-
YUV162.15159.52156.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 131 (51.56% from 255) = 23.77%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=36.66%
G=23.77%
B=39.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021312180.070.4000.15288.9754.0468.43
HexCA83DA7280F1213644
Octal31220333275001744166104
Binary110010101000001111011010111101000011111001000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83DA; }

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

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

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

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

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

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

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

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