Shades of Medium Orchid #CD49F0
Tints of Medium Orchid #CD49F0
RGB
CMYK
RGB Variations
Color information
#CD49F0 (or 0xCD49F0) is known color: Medium Orchid. HEX triplet: CD, 49 and F0. RGB value is (205,73,240). Sum of RGB (Red+Green+Blue) = 205+73+240=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD49F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD49F0 is #32B60F. Grayscale: #828282. Windows color (decimal): -3323408 or 15747533. OLE color: 15747533.
HSL color Cylindrical-coordinate representation of color #CD49F0: hue angle of 287.43º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD49F0 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 73 | 240 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.06 |
| HSL | 287.43º | 0.85% | 0.61% | - |
| HSV(B) | 287.43º | 0.7% | 0.94% | - |
| XYZ | 43.29 | 24.04 | 84.8 | - |
| YUV | 131.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 240 | 0.15 | 0.70 | 0 | 0.06 | 287.43 | 0.85 | 0.61 |
| Hex | CD | 49 | F0 | F | 46 | 0 | 6 | 11F | 55 | 3D |
| Octal | 315 | 111 | 360 | 17 | 106 | 0 | 6 | 437 | 125 | 75 |
| Binary | 11001101 | 1001001 | 11110000 | 1111 | 1000110 | 0 | 110 | 100011111 | 1010101 | 111101 |
Color Harmonies of #CD49F0
Complementary color
Monochromatic Colors of #CD49F0
Black with #CD49F0
Text Example
Text Example
White with #CD49F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD49F0; }
p { color: rgb(205,73,240); }
H1.HeaderClassName
{
color: #CD49F0;
}
.AnyTagClassName
{
color: #CD49F0;
}
</style>
background-color css
<style>
a { background-color: #CD49F0; }
a { background-color: rgb(205,73,240); }
div.DivClassName
{
background-color: #CD49F0;
}
.BgClassName
{
background-color: #CD49F0;
}
</style>
border-color css
<style>
span { border-color: #CD49F0; }
span { border-color: rgb(205,73,240); }
td.TdClassName
{
border-color: #CD49F0;
}
.TagClassName
{
border-color: #CD49F0;
}
</style>