#CA94E0

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

Shades of Wisteria #CA94E0

Tints of Wisteria #CA94E0

Color information

#CA94E0 (or 0xCA94E0) is unknown color: approx Wisteria. HEX triplet: CA, 94 and E0. RGB value is (202,148,224). Sum of RGB (Red+Green+Blue) = 202+148+224=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94E0 is #356B1F. Grayscale: #ACACAC. Windows color (decimal): -3500832 or 14718154. OLE color: 14718154.

HSL color Cylindrical-coordinate representation of color #CA94E0: hue angle of 282.63º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA94E0 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202148224-
CMYK0.100.3400.12
HSL282.63º55.07%72.94%-
HSV(B)282.63º33.93%87.84%-
XYZ48.439.1275.52-
YUV172.81156.89148.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 148 (58.20% from 255) = 25.78%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=35.19%
G=25.78%
B=39.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021482240.100.3400.12282.6355.0772.94
HexCA94E0A220C11b3749
Octal312224340124201443367111
Binary1100101010010100111000001010100010011001000110111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94E0; }

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

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

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

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

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

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

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

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