#CA89ED

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

Shades of Wisteria #CA89ED

Tints of Wisteria #CA89ED

Color information

#CA89ED (or 0xCA89ED) is unknown color: approx Wisteria. HEX triplet: CA, 89 and ED. RGB value is (202,137,237). Sum of RGB (Red+Green+Blue) = 202+137+237=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA89ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA89ED is #357612. Grayscale: #A7A7A7. Windows color (decimal): -3503635 or 15567306. OLE color: 15567306.

HSL color Cylindrical-coordinate representation of color #CA89ED: hue angle of 279º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA89ED is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202137237-
CMYK0.150.4200.07
HSL279º73.53%73.33%-
HSV(B)279º42.19%92.94%-
XYZ48.5936.5684.62-
YUV167.84167.03152.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 137 (53.91% from 255) = 23.78%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=35.07%
G=23.78%
B=41.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021372370.150.4200.0727973.5373.33
HexCA89EDF2A071174a49
Octal312211355175207427112111
Binary1100101010001001111011011111101010011110001011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA89ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA89ED; }

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

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

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

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

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

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

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

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