Shades of Medium Orchid #CF48DD
Tints of Medium Orchid #CF48DD
RGB
CMYK
RGB Variations
Color information
#CF48DD (or 0xCF48DD) is known color: Medium Orchid. HEX triplet: CF, 48 and DD. RGB value is (207,72,221). Sum of RGB (Red+Green+Blue) = 207+72+221=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF48DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48DD is #30B722. Grayscale: #808080. Windows color (decimal): -3192611 or 14502095. OLE color: 14502095.
HSL color Cylindrical-coordinate representation of color #CF48DD: hue angle of 294.36º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF48DD is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 72 | 221 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.13 |
| HSL | 294.36º | 0.69% | 0.57% | - |
| HSV(B) | 294.36º | 0.67% | 0.87% | - |
| XYZ | 41.1 | 23.12 | 70.7 | - |
| YUV | 129.35 | 179.73 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 221 | 0.06 | 0.67 | 0 | 0.13 | 294.36 | 0.69 | 0.57 |
| Hex | CF | 48 | DD | 6 | 43 | 0 | D | 126 | 45 | 39 |
| Octal | 317 | 110 | 335 | 6 | 103 | 0 | 15 | 446 | 105 | 71 |
| Binary | 11001111 | 1001000 | 11011101 | 110 | 1000011 | 0 | 1101 | 100100110 | 1000101 | 111001 |
Color Harmonies of #CF48DD
Complementary color
Monochromatic Colors of #CF48DD
Black with #CF48DD
Text Example
Text Example
White with #CF48DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF48DD; }
p { color: rgb(207,72,221); }
H1.HeaderClassName
{
color: #CF48DD;
}
.AnyTagClassName
{
color: #CF48DD;
}
</style>
background-color css
<style>
a { background-color: #CF48DD; }
a { background-color: rgb(207,72,221); }
div.DivClassName
{
background-color: #CF48DD;
}
.BgClassName
{
background-color: #CF48DD;
}
</style>
border-color css
<style>
span { border-color: #CF48DD; }
span { border-color: rgb(207,72,221); }
td.TdClassName
{
border-color: #CF48DD;
}
.TagClassName
{
border-color: #CF48DD;
}
</style>