Shades of Medium Orchid #CF49DC
Tints of Medium Orchid #CF49DC
RGB
CMYK
RGB Variations
Color information
#CF49DC (or 0xCF49DC) is known color: Medium Orchid. HEX triplet: CF, 49 and DC. RGB value is (207,73,220). Sum of RGB (Red+Green+Blue) = 207+73+220=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49DC is #30B623. Grayscale: #818181. Windows color (decimal): -3192356 or 14436815. OLE color: 14436815.
HSL color Cylindrical-coordinate representation of color #CF49DC: hue angle of 294.69º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF49DC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 73 | 220 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.14 |
| HSL | 294.69º | 0.68% | 0.57% | - |
| HSV(B) | 294.69º | 0.67% | 0.86% | - |
| XYZ | 41.03 | 23.2 | 70.03 | - |
| YUV | 129.82 | 178.89 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 220 | 0.06 | 0.67 | 0 | 0.14 | 294.69 | 0.68 | 0.57 |
| Hex | CF | 49 | DC | 6 | 43 | 0 | E | 127 | 44 | 39 |
| Octal | 317 | 111 | 334 | 6 | 103 | 0 | 16 | 447 | 104 | 71 |
| Binary | 11001111 | 1001001 | 11011100 | 110 | 1000011 | 0 | 1110 | 100100111 | 1000100 | 111001 |
Color Harmonies of #CF49DC
Complementary color
Monochromatic Colors of #CF49DC
Black with #CF49DC
Text Example
Text Example
White with #CF49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49DC; }
p { color: rgb(207,73,220); }
H1.HeaderClassName
{
color: #CF49DC;
}
.AnyTagClassName
{
color: #CF49DC;
}
</style>
background-color css
<style>
a { background-color: #CF49DC; }
a { background-color: rgb(207,73,220); }
div.DivClassName
{
background-color: #CF49DC;
}
.BgClassName
{
background-color: #CF49DC;
}
</style>
border-color css
<style>
span { border-color: #CF49DC; }
span { border-color: rgb(207,73,220); }
td.TdClassName
{
border-color: #CF49DC;
}
.TagClassName
{
border-color: #CF49DC;
}
</style>