#CA93DF

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

Shades of Wisteria #CA93DF

Tints of Wisteria #CA93DF

Color information

#CA93DF (or 0xCA93DF) is unknown color: approx Wisteria. HEX triplet: CA, 93 and DF. RGB value is (202,147,223). Sum of RGB (Red+Green+Blue) = 202+147+223=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93DF is #356C20. Grayscale: #ABABAB. Windows color (decimal): -3501089 or 14652362. OLE color: 14652362.

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

Color convert

RGB202147223-
CMYK0.090.3400.13
HSL283.42º54.29%72.55%-
HSV(B)283.42º34.08%87.45%-
XYZ48.1138.7574.76-
YUV172.11156.72149.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 147 (57.81% from 255) = 25.70%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=35.31%
G=25.70%
B=38.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021472230.090.3400.13283.4254.2972.55
HexCA93DF9220D11b3649
Octal312223337114201543366111
Binary1100101010010011110111111001100010011011000110111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93DF; }

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

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

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

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

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

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

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

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