#CA84DE

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

Shades of Wisteria #CA84DE

Tints of Wisteria #CA84DE

Color information

#CA84DE (or 0xCA84DE) is unknown color: approx Wisteria. HEX triplet: CA, 84 and DE. RGB value is (202,132,222). Sum of RGB (Red+Green+Blue) = 202+132+222=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA84DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84DE is #357B21. Grayscale: #A2A2A2. Windows color (decimal): -3504930 or 14582986. OLE color: 14582986.

HSL color Cylindrical-coordinate representation of color #CA84DE: hue angle of 286.67º degrees, saturation: 0.58, 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 #CA84DE is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202132222-
CMYK0.090.4100.13
HSL286.67º57.69%69.41%-
HSV(B)286.67º40.54%87.06%-
XYZ45.7934.3373.32-
YUV163.19161.19155.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 132 (51.95% from 255) = 23.74%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=36.33%
G=23.74%
B=39.93%

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
Decimal2021322220.090.4100.13286.6757.6969.41
HexCA84DE9290D11f3a45
Octal312204336115101543772105
Binary1100101010000100110111101001101001011011000111111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84DE; }

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

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

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

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

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

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

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

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