#CA49D5

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

Shades of Medium Orchid #CA49D5

Tints of Medium Orchid #CA49D5

Color information

#CA49D5 (or 0xCA49D5) is unknown color: approx Medium Orchid. HEX triplet: CA, 49 and D5. RGB value is (202,73,213). Sum of RGB (Red+Green+Blue) = 202+73+213=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA49D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49D5 is #35B62A. Grayscale: #7F7F7F. Windows color (decimal): -3520043 or 13978058. OLE color: 13978058.

HSL color Cylindrical-coordinate representation of color #CA49D5: hue angle of 295.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA49D5 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20273213-
CMYK0.050.6600.16
HSL295.29º62.5%56.08%-
HSV(B)295.29º65.73%83.53%-
XYZ38.7522.1365.18-
YUV127.53176.24181.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 73 (28.91% from 255) = 14.96%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=41.39%
G=14.96%
B=43.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202732130.050.6600.16295.2962.556.08
HexCA49D55420101273e38
Octal31211132551020204477670
Binary110010101001001110101011011000010010000100100111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49D5; }

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

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

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

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

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

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

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

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