#CA83DD

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

Shades of Wisteria #CA83DD

Tints of Wisteria #CA83DD

Color information

#CA83DD (or 0xCA83DD) is unknown color: approx Wisteria. HEX triplet: CA, 83 and DD. RGB value is (202,131,221). Sum of RGB (Red+Green+Blue) = 202+131+221=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83DD is #357C22. Grayscale: #A2A2A2. Windows color (decimal): -3505187 or 14517194. OLE color: 14517194.

HSL color Cylindrical-coordinate representation of color #CA83DD: hue angle of 287.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA83DD is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202131221-
CMYK0.090.4100.13
HSL287.33º56.96%69.02%-
HSV(B)287.33º40.72%86.67%-
XYZ45.5234.0172.57-
YUV162.49161.02156.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=36.46%
G=23.65%
B=39.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021312210.090.4100.13287.3356.9669.02
HexCA83DD9290D11f3945
Octal312203335115101543771105
Binary1100101010000011110111011001101001011011000111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83DD; }

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

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

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

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

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

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

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

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