Shades of Medium Orchid #CF4CDF
Tints of Medium Orchid #CF4CDF
RGB
CMYK
RGB Variations
Color information
#CF4CDF (or 0xCF4CDF) is known color: Medium Orchid. HEX triplet: CF, 4C and DF. RGB value is (207,76,223). Sum of RGB (Red+Green+Blue) = 207+76+223=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF4CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CDF is #30B320. Grayscale: #838383. Windows color (decimal): -3191585 or 14634191. OLE color: 14634191.
HSL color Cylindrical-coordinate representation of color #CF4CDF: hue angle of 293.47º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4CDF is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 76 | 223 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.13 |
| HSL | 293.47º | 0.7% | 0.59% | - |
| HSV(B) | 293.47º | 0.66% | 0.87% | - |
| XYZ | 41.64 | 23.76 | 72.2 | - |
| YUV | 131.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 223 | 0.07 | 0.66 | 0 | 0.13 | 293.47 | 0.7 | 0.59 |
| Hex | CF | 4C | DF | 7 | 42 | 0 | D | 125 | 46 | 3B |
| Octal | 317 | 114 | 337 | 7 | 102 | 0 | 15 | 445 | 106 | 73 |
| Binary | 11001111 | 1001100 | 11011111 | 111 | 1000010 | 0 | 1101 | 100100101 | 1000110 | 111011 |
Color Harmonies of #CF4CDF
Complementary color
Monochromatic Colors of #CF4CDF
Black with #CF4CDF
Text Example
Text Example
White with #CF4CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CDF; }
p { color: rgb(207,76,223); }
H1.HeaderClassName
{
color: #CF4CDF;
}
.AnyTagClassName
{
color: #CF4CDF;
}
</style>
background-color css
<style>
a { background-color: #CF4CDF; }
a { background-color: rgb(207,76,223); }
div.DivClassName
{
background-color: #CF4CDF;
}
.BgClassName
{
background-color: #CF4CDF;
}
</style>
border-color css
<style>
span { border-color: #CF4CDF; }
span { border-color: rgb(207,76,223); }
td.TdClassName
{
border-color: #CF4CDF;
}
.TagClassName
{
border-color: #CF4CDF;
}
</style>