Shades of Medium Orchid #CF3CDF
Tints of Medium Orchid #CF3CDF
RGB
CMYK
RGB Variations
Color information
#CF3CDF (or 0xCF3CDF) is known color: Medium Orchid. HEX triplet: CF, 3C and DF. RGB value is (207,60,223). Sum of RGB (Red+Green+Blue) = 207+60+223=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF3CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CDF is #30C320. Grayscale: #7A7A7A. Windows color (decimal): -3195681 or 14630095. OLE color: 14630095.
HSL color Cylindrical-coordinate representation of color #CF3CDF: hue angle of 294.11º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3CDF is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 60 | 223 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.13 |
| HSL | 294.11º | 0.72% | 0.55% | - |
| HSV(B) | 294.11º | 0.73% | 0.87% | - |
| XYZ | 40.67 | 21.82 | 71.88 | - |
| YUV | 122.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 223 | 0.07 | 0.73 | 0 | 0.13 | 294.11 | 0.72 | 0.55 |
| Hex | CF | 3C | DF | 7 | 49 | 0 | D | 126 | 48 | 37 |
| Octal | 317 | 74 | 337 | 7 | 111 | 0 | 15 | 446 | 110 | 67 |
| Binary | 11001111 | 111100 | 11011111 | 111 | 1001001 | 0 | 1101 | 100100110 | 1001000 | 110111 |
Color Harmonies of #CF3CDF
Complementary color
Monochromatic Colors of #CF3CDF
Black with #CF3CDF
Text Example
Text Example
White with #CF3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CDF; }
p { color: rgb(207,60,223); }
H1.HeaderClassName
{
color: #CF3CDF;
}
.AnyTagClassName
{
color: #CF3CDF;
}
</style>
background-color css
<style>
a { background-color: #CF3CDF; }
a { background-color: rgb(207,60,223); }
div.DivClassName
{
background-color: #CF3CDF;
}
.BgClassName
{
background-color: #CF3CDF;
}
</style>
border-color css
<style>
span { border-color: #CF3CDF; }
span { border-color: rgb(207,60,223); }
td.TdClassName
{
border-color: #CF3CDF;
}
.TagClassName
{
border-color: #CF3CDF;
}
</style>