#CA89DE

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

Shades of Wisteria #CA89DE

Tints of Wisteria #CA89DE

Color information

#CA89DE (or 0xCA89DE) is unknown color: approx Wisteria. HEX triplet: CA, 89 and DE. RGB value is (202,137,222). Sum of RGB (Red+Green+Blue) = 202+137+222=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA89DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89DE is #357621. Grayscale: #A5A5A5. Windows color (decimal): -3503650 or 14584266. OLE color: 14584266.

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

Color convert

RGB202137222-
CMYK0.090.3800.13
HSL285.88º56.29%70.39%-
HSV(B)285.88º38.29%87.06%-
XYZ46.4935.7273.55-
YUV166.12159.53153.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.01%
GREEN value IS 137 (53.91% from 255) = 24.42%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=36.01%
G=24.42%
B=39.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021372220.090.3800.13285.8856.2970.39
HexCA89DE9260D11e3846
Octal312211336114601543670106
Binary1100101010001001110111101001100110011011000111101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89DE; }

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

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

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

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

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

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

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

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