#CA81DE

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

Shades of Wisteria #CA81DE

Tints of Wisteria #CA81DE

Color information

#CA81DE (or 0xCA81DE) is unknown color: approx Wisteria. HEX triplet: CA, 81 and DE. RGB value is (202,129,222). Sum of RGB (Red+Green+Blue) = 202+129+222=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81DE is #357E21. Grayscale: #A1A1A1. Windows color (decimal): -3505698 or 14582218. OLE color: 14582218.

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

Color convert

RGB202129222-
CMYK0.090.4200.13
HSL287.1º58.49%68.82%-
HSV(B)287.1º41.89%87.06%-
XYZ45.3933.5373.19-
YUV161.43162.18156.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=36.53%
G=23.33%
B=40.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021292220.090.4200.13287.158.4968.82
HexCA81DE92A0D11f3a45
Octal312201336115201543772105
Binary1100101010000001110111101001101010011011000111111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81DE; }

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

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

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

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

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

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

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

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