#CA94DF

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

Shades of Wisteria #CA94DF

Tints of Wisteria #CA94DF

Color information

#CA94DF (or 0xCA94DF) is unknown color: approx Wisteria. HEX triplet: CA, 94 and DF. RGB value is (202,148,223). Sum of RGB (Red+Green+Blue) = 202+148+223=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94DF is #356B20. Grayscale: #ACACAC. Windows color (decimal): -3500833 or 14652618. OLE color: 14652618.

HSL color Cylindrical-coordinate representation of color #CA94DF: hue angle of 283.2º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA94DF is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202148223-
CMYK0.090.3400.13
HSL283.2º53.96%72.75%-
HSV(B)283.2º33.63%87.45%-
XYZ48.2739.0674.81-
YUV172.7156.39148.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=35.25%
G=25.83%
B=38.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021482230.090.3400.13283.253.9672.75
HexCA94DF9220D11b3649
Octal312224337114201543366111
Binary1100101010010100110111111001100010011011000110111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94DF; }

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

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

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

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

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

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

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

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