#CA84DB

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

Shades of Wisteria #CA84DB

Tints of Wisteria #CA84DB

Color information

#CA84DB (or 0xCA84DB) is unknown color: approx Wisteria. HEX triplet: CA, 84 and DB. RGB value is (202,132,219). Sum of RGB (Red+Green+Blue) = 202+132+219=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84DB is #357B24. Grayscale: #A2A2A2. Windows color (decimal): -3504933 or 14386378. OLE color: 14386378.

HSL color Cylindrical-coordinate representation of color #CA84DB: hue angle of 288.28º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA84DB is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202132219-
CMYK0.080.4000.14
HSL288.28º54.72%68.82%-
HSV(B)288.28º39.73%85.88%-
XYZ45.3934.1771.22-
YUV162.85159.69155.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=36.53%
G=23.87%
B=39.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021322190.080.4000.14288.2854.7268.82
HexCA84DB8280E1203745
Octal312204333105001644067105
Binary1100101010000100110110111000101000011101001000001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84DB; }

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

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

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

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

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

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

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

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