#CA93EC

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

Shades of Wisteria #CA93EC

Tints of Wisteria #CA93EC

Color information

#CA93EC (or 0xCA93EC) is unknown color: approx Wisteria. HEX triplet: CA, 93 and EC. RGB value is (202,147,236). Sum of RGB (Red+Green+Blue) = 202+147+236=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA93EC is #356C13. Grayscale: #ADADAD. Windows color (decimal): -3501076 or 15504330. OLE color: 15504330.

HSL color Cylindrical-coordinate representation of color #CA93EC: hue angle of 277.08º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA93EC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202147236-
CMYK0.140.3800.07
HSL277.08º70.08%75.1%-
HSV(B)277.08º37.71%92.55%-
XYZ49.9339.4884.35-
YUV173.59163.22148.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=34.53%
G=25.13%
B=40.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021472360.140.3800.07277.0870.0875.1
HexCA93ECE2607115464b
Octal312223354164607425106113
Binary1100101010010011111011001110100110011110001010110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93EC; }

 p { color: rgb(202,147,236); }

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

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

 a { background-color: rgb(202,147,236); }

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

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

 span { border-color: rgb(202,147,236); }

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