#CA85ED

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

Shades of Wisteria #CA85ED

Tints of Wisteria #CA85ED

Color information

#CA85ED (or 0xCA85ED) is unknown color: approx Wisteria. HEX triplet: CA, 85 and ED. RGB value is (202,133,237). Sum of RGB (Red+Green+Blue) = 202+133+237=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA85ED is #357A12. Grayscale: #A5A5A5. Windows color (decimal): -3504659 or 15566282. OLE color: 15566282.

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

Color convert

RGB202133237-
CMYK0.150.4400.07
HSL279.81º74.29%72.55%-
HSV(B)279.81º43.88%92.94%-
XYZ48.0335.4584.43-
YUV165.49168.36154.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=35.31%
G=23.25%
B=41.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021332370.150.4400.07279.8174.2972.55
HexCA85EDF2C071184a49
Octal312205355175407430112111
Binary1100101010000101111011011111101100011110001100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA85ED; }

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

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

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

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

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

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

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

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