Shades of Medium Orchid #CF3DDF
Tints of Medium Orchid #CF3DDF
RGB
CMYK
RGB Variations
Color information
#CF3DDF (or 0xCF3DDF) is known color: Medium Orchid. HEX triplet: CF, 3D and DF. RGB value is (207,61,223). Sum of RGB (Red+Green+Blue) = 207+61+223=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF3DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3DDF is #30C220. Grayscale: #7A7A7A. Windows color (decimal): -3195425 or 14630351. OLE color: 14630351.
HSL color Cylindrical-coordinate representation of color #CF3DDF: hue angle of 294.07º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3DDF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 61 | 223 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.13 |
| HSL | 294.07º | 0.72% | 0.56% | - |
| HSV(B) | 294.07º | 0.73% | 0.87% | - |
| XYZ | 40.72 | 21.93 | 71.9 | - |
| YUV | 123.12 | 184.37 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 223 | 0.07 | 0.73 | 0 | 0.13 | 294.07 | 0.72 | 0.56 |
| Hex | CF | 3D | DF | 7 | 49 | 0 | D | 126 | 48 | 38 |
| Octal | 317 | 75 | 337 | 7 | 111 | 0 | 15 | 446 | 110 | 70 |
| Binary | 11001111 | 111101 | 11011111 | 111 | 1001001 | 0 | 1101 | 100100110 | 1001000 | 111000 |
Color Harmonies of #CF3DDF
Complementary color
Monochromatic Colors of #CF3DDF
Black with #CF3DDF
Text Example
Text Example
White with #CF3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DDF; }
p { color: rgb(207,61,223); }
H1.HeaderClassName
{
color: #CF3DDF;
}
.AnyTagClassName
{
color: #CF3DDF;
}
</style>
background-color css
<style>
a { background-color: #CF3DDF; }
a { background-color: rgb(207,61,223); }
div.DivClassName
{
background-color: #CF3DDF;
}
.BgClassName
{
background-color: #CF3DDF;
}
</style>
border-color css
<style>
span { border-color: #CF3DDF; }
span { border-color: rgb(207,61,223); }
td.TdClassName
{
border-color: #CF3DDF;
}
.TagClassName
{
border-color: #CF3DDF;
}
</style>