Shades of Medium Orchid #CF32DF
Tints of Medium Orchid #CF32DF
RGB
CMYK
RGB Variations
Color information
#CF32DF (or 0xCF32DF) is known color: Medium Orchid. HEX triplet: CF, 32 and DF. RGB value is (207,50,223). Sum of RGB (Red+Green+Blue) = 207+50+223=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF32DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32DF is #30CD20. Grayscale: #747474. Windows color (decimal): -3198241 or 14627535. OLE color: 14627535.
HSL color Cylindrical-coordinate representation of color #CF32DF: hue angle of 294.45º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF32DF is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 50 | 223 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.13 |
| HSL | 294.45º | 0.73% | 0.54% | - |
| HSV(B) | 294.45º | 0.78% | 0.87% | - |
| XYZ | 40.19 | 20.87 | 71.72 | - |
| YUV | 116.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 223 | 0.07 | 0.78 | 0 | 0.13 | 294.45 | 0.73 | 0.54 |
| Hex | CF | 32 | DF | 7 | 4E | 0 | D | 126 | 49 | 36 |
| Octal | 317 | 62 | 337 | 7 | 116 | 0 | 15 | 446 | 111 | 66 |
| Binary | 11001111 | 110010 | 11011111 | 111 | 1001110 | 0 | 1101 | 100100110 | 1001001 | 110110 |
Color Harmonies of #CF32DF
Complementary color
Monochromatic Colors of #CF32DF
Black with #CF32DF
Text Example
Text Example
White with #CF32DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32DF; }
p { color: rgb(207,50,223); }
H1.HeaderClassName
{
color: #CF32DF;
}
.AnyTagClassName
{
color: #CF32DF;
}
</style>
background-color css
<style>
a { background-color: #CF32DF; }
a { background-color: rgb(207,50,223); }
div.DivClassName
{
background-color: #CF32DF;
}
.BgClassName
{
background-color: #CF32DF;
}
</style>
border-color css
<style>
span { border-color: #CF32DF; }
span { border-color: rgb(207,50,223); }
td.TdClassName
{
border-color: #CF32DF;
}
.TagClassName
{
border-color: #CF32DF;
}
</style>