#CA49F2

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

Shades of Medium Orchid #CA49F2

Tints of Medium Orchid #CA49F2

Color information

#CA49F2 (or 0xCA49F2) is unknown color: approx Medium Orchid. HEX triplet: CA, 49 and F2. RGB value is (202,73,242). Sum of RGB (Red+Green+Blue) = 202+73+242=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA49F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA49F2 is #35B60D. Grayscale: #828282. Windows color (decimal): -3520014 or 15878602. OLE color: 15878602.

HSL color Cylindrical-coordinate representation of color #CA49F2: hue angle of 285.8º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA49F2 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20273242-
CMYK0.170.7000.05
HSL285.8º86.67%61.76%-
HSV(B)285.8º69.83%94.9%-
XYZ42.7723.7386.33-
YUV130.84190.74178.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 73 (28.91% from 255) = 14.12%
BLUE value IS 242 (94.92% from 255) = 46.81%
R=39.07%
G=14.12%
B=46.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202732420.170.7000.05285.886.6761.76
HexCA49F211460511e573e
Octal312111362211060543612776
Binary1100101010010011111001010001100011001011000111101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49F2; }

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

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

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

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

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

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

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

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