Shades of Medium Orchid #CF3EDF
Tints of Medium Orchid #CF3EDF
RGB
CMYK
RGB Variations
Color information
#CF3EDF (or 0xCF3EDF) is known color: Medium Orchid. HEX triplet: CF, 3E and DF. RGB value is (207,62,223). Sum of RGB (Red+Green+Blue) = 207+62+223=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF3EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3EDF is #30C120. Grayscale: #7B7B7B. Windows color (decimal): -3195169 or 14630607. OLE color: 14630607.
HSL color Cylindrical-coordinate representation of color #CF3EDF: hue angle of 294.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3EDF is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 62 | 223 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.13 |
| HSL | 294.04º | 0.72% | 0.56% | - |
| HSV(B) | 294.04º | 0.72% | 0.87% | - |
| XYZ | 40.77 | 22.04 | 71.92 | - |
| YUV | 123.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 223 | 0.07 | 0.72 | 0 | 0.13 | 294.04 | 0.72 | 0.56 |
| Hex | CF | 3E | DF | 7 | 48 | 0 | D | 126 | 48 | 38 |
| Octal | 317 | 76 | 337 | 7 | 110 | 0 | 15 | 446 | 110 | 70 |
| Binary | 11001111 | 111110 | 11011111 | 111 | 1001000 | 0 | 1101 | 100100110 | 1001000 | 111000 |
Color Harmonies of #CF3EDF
Complementary color
Monochromatic Colors of #CF3EDF
Black with #CF3EDF
Text Example
Text Example
White with #CF3EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EDF; }
p { color: rgb(207,62,223); }
H1.HeaderClassName
{
color: #CF3EDF;
}
.AnyTagClassName
{
color: #CF3EDF;
}
</style>
background-color css
<style>
a { background-color: #CF3EDF; }
a { background-color: rgb(207,62,223); }
div.DivClassName
{
background-color: #CF3EDF;
}
.BgClassName
{
background-color: #CF3EDF;
}
</style>
border-color css
<style>
span { border-color: #CF3EDF; }
span { border-color: rgb(207,62,223); }
td.TdClassName
{
border-color: #CF3EDF;
}
.TagClassName
{
border-color: #CF3EDF;
}
</style>