#CA93F2

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

Shades of Wisteria #CA93F2

Tints of Wisteria #CA93F2

Color information

#CA93F2 (or 0xCA93F2) is unknown color: approx Wisteria. HEX triplet: CA, 93 and F2. RGB value is (202,147,242). Sum of RGB (Red+Green+Blue) = 202+147+242=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA93F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA93F2 is #356C0D. Grayscale: #ADADAD. Windows color (decimal): -3501070 or 15897546. OLE color: 15897546.

HSL color Cylindrical-coordinate representation of color #CA93F2: hue angle of 274.74º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA93F2 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202147242-
CMYK0.170.3900.05
HSL274.74º78.51%76.27%-
HSV(B)274.74º39.26%94.9%-
XYZ50.8239.8389.01-
YUV174.28166.22147.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 147 (57.81% from 255) = 24.87%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=34.18%
G=24.87%
B=40.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021472420.170.3900.05274.7478.5176.27
HexCA93F21127051134f4c
Octal312223362214705423117114
Binary11001010100100111111001010001100111010110001001110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93F2; }

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

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

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

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

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

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

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

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