#CA84DA

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

Shades of Wisteria #CA84DA

Tints of Wisteria #CA84DA

Color information

#CA84DA (or 0xCA84DA) is unknown color: approx Wisteria. HEX triplet: CA, 84 and DA. RGB value is (202,132,218). Sum of RGB (Red+Green+Blue) = 202+132+218=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84DA is #357B25. Grayscale: #A2A2A2. Windows color (decimal): -3504934 or 14320842. OLE color: 14320842.

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

Color convert

RGB202132218-
CMYK0.070.3900.15
HSL288.84º53.75%68.63%-
HSV(B)288.84º39.45%85.49%-
XYZ45.2634.1270.53-
YUV162.73159.19156.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 132 (51.95% from 255) = 23.91%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=36.59%
G=23.91%
B=39.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021322180.070.3900.15288.8453.7568.63
HexCA84DA7270F1213645
Octal31220433274701744166105
Binary110010101000010011011010111100111011111001000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84DA; }

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

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

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

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

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

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

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

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