#CA49D9

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

Shades of Medium Orchid #CA49D9

Tints of Medium Orchid #CA49D9

Color information

#CA49D9 (or 0xCA49D9) is unknown color: approx Medium Orchid. HEX triplet: CA, 49 and D9. RGB value is (202,73,217). Sum of RGB (Red+Green+Blue) = 202+73+217=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA49D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49D9 is #35B626. Grayscale: #7F7F7F. Windows color (decimal): -3520039 or 14240202. OLE color: 14240202.

HSL color Cylindrical-coordinate representation of color #CA49D9: hue angle of 293.75º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA49D9 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20273217-
CMYK0.070.6600.15
HSL293.75º65.45%56.86%-
HSV(B)293.75º66.36%85.1%-
XYZ39.2622.3367.89-
YUV127.99178.24180.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 73 (28.91% from 255) = 14.84%
BLUE value IS 217 (85.16% from 255) = 44.11%
R=41.06%
G=14.84%
B=44.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202732170.070.6600.15293.7565.4556.86
HexCA49D97420F1264139
Octal312111331710201744610171
Binary110010101001001110110011111000010011111001001101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49D9; }

 p { color: rgb(202,73,217); }

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

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

 a { background-color: rgb(202,73,217); }

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

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

 span { border-color: rgb(202,73,217); }

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