#CA93F6

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

Shades of Wisteria #CA93F6

Tints of Wisteria #CA93F6

Color information

#CA93F6 (or 0xCA93F6) is unknown color: approx Wisteria. HEX triplet: CA, 93 and F6. RGB value is (202,147,246). Sum of RGB (Red+Green+Blue) = 202+147+246=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA93F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA93F6 is #356C09. Grayscale: #AEAEAE. Windows color (decimal): -3501066 or 16159690. OLE color: 16159690.

HSL color Cylindrical-coordinate representation of color #CA93F6: hue angle of 273.33º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA93F6 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202147246-
CMYK0.180.4000.04
HSL273.33º84.62%77.06%-
HSV(B)273.33º40.24%96.47%-
XYZ51.4340.0892.21-
YUV174.73168.22147.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 147 (57.81% from 255) = 24.71%
BLUE value IS 246 (96.48% from 255) = 41.34%
R=33.95%
G=24.71%
B=41.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021472460.180.4000.04273.3384.6277.06
HexCA93F6122804111554d
Octal312223366225004421125115
Binary11001010100100111111011010010101000010010001000110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93F6; }

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

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

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

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

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

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

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

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