#CA93F1

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

Shades of Wisteria #CA93F1

Tints of Wisteria #CA93F1

Color information

#CA93F1 (or 0xCA93F1) is unknown color: approx Wisteria. HEX triplet: CA, 93 and F1. RGB value is (202,147,241). Sum of RGB (Red+Green+Blue) = 202+147+241=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA93F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA93F1 is #356C0E. Grayscale: #ADADAD. Windows color (decimal): -3501071 or 15832010. OLE color: 15832010.

HSL color Cylindrical-coordinate representation of color #CA93F1: hue angle of 275.11º degrees, saturation: 0.77, 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 #CA93F1 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202147241-
CMYK0.160.3900.05
HSL275.11º77.05%76.08%-
HSV(B)275.11º39%94.51%-
XYZ50.6739.7788.23-
YUV174.16165.72147.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 147 (57.81% from 255) = 24.92%
BLUE value IS 241 (94.53% from 255) = 40.85%
R=34.24%
G=24.92%
B=40.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021472410.160.3900.05275.1177.0576.08
HexCA93F11027051134d4c
Octal312223361204705423115114
Binary11001010100100111111000110000100111010110001001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93F1; }

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

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

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

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

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

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

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

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