#CA94F1

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

Shades of Wisteria #CA94F1

Tints of Wisteria #CA94F1

Color information

#CA94F1 (or 0xCA94F1) is unknown color: approx Wisteria. HEX triplet: CA, 94 and F1. RGB value is (202,148,241). Sum of RGB (Red+Green+Blue) = 202+148+241=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA94F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA94F1 is #356B0E. Grayscale: #AEAEAE. Windows color (decimal): -3500815 or 15832266. OLE color: 15832266.

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

Color convert

RGB202148241-
CMYK0.160.3900.05
HSL274.84º76.86%76.27%-
HSV(B)274.84º38.59%94.51%-
XYZ50.8240.0988.28-
YUV174.75165.39147.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 148 (58.20% from 255) = 25.04%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=34.18%
G=25.04%
B=40.78%

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
Decimal2021482410.160.3900.05274.8476.8676.27
HexCA94F11027051134d4c
Octal312224361204705423115114
Binary11001010100101001111000110000100111010110001001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94F1; }

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

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

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

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

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

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

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

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