Shades of Medium Orchid #CF4FDF
Tints of Medium Orchid #CF4FDF
RGB
CMYK
RGB Variations
Color information
#CF4FDF (or 0xCF4FDF) is known color: Medium Orchid. HEX triplet: CF, 4F and DF. RGB value is (207,79,223). Sum of RGB (Red+Green+Blue) = 207+79+223=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4FDF is #30B020. Grayscale: #858585. Windows color (decimal): -3190817 or 14634959. OLE color: 14634959.
HSL color Cylindrical-coordinate representation of color #CF4FDF: hue angle of 293.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4FDF is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 79 | 223 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.13 |
| HSL | 293.33º | 0.69% | 0.59% | - |
| HSV(B) | 293.33º | 0.65% | 0.87% | - |
| XYZ | 41.85 | 24.19 | 72.27 | - |
| YUV | 133.69 | 178.41 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 223 | 0.07 | 0.65 | 0 | 0.13 | 293.33 | 0.69 | 0.59 |
| Hex | CF | 4F | DF | 7 | 41 | 0 | D | 125 | 45 | 3B |
| Octal | 317 | 117 | 337 | 7 | 101 | 0 | 15 | 445 | 105 | 73 |
| Binary | 11001111 | 1001111 | 11011111 | 111 | 1000001 | 0 | 1101 | 100100101 | 1000101 | 111011 |
Color Harmonies of #CF4FDF
Complementary color
Monochromatic Colors of #CF4FDF
Black with #CF4FDF
Text Example
Text Example
White with #CF4FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FDF; }
p { color: rgb(207,79,223); }
H1.HeaderClassName
{
color: #CF4FDF;
}
.AnyTagClassName
{
color: #CF4FDF;
}
</style>
background-color css
<style>
a { background-color: #CF4FDF; }
a { background-color: rgb(207,79,223); }
div.DivClassName
{
background-color: #CF4FDF;
}
.BgClassName
{
background-color: #CF4FDF;
}
</style>
border-color css
<style>
span { border-color: #CF4FDF; }
span { border-color: rgb(207,79,223); }
td.TdClassName
{
border-color: #CF4FDF;
}
.TagClassName
{
border-color: #CF4FDF;
}
</style>