Shades of Medium Orchid #CF45DF
Tints of Medium Orchid #CF45DF
RGB
CMYK
RGB Variations
Color information
#CF45DF (or 0xCF45DF) is known color: Medium Orchid. HEX triplet: CF, 45 and DF. RGB value is (207,69,223). Sum of RGB (Red+Green+Blue) = 207+69+223=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF45DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF45DF is #30BA20. Grayscale: #7F7F7F. Windows color (decimal): -3193377 or 14632399. OLE color: 14632399.
HSL color Cylindrical-coordinate representation of color #CF45DF: hue angle of 293.77º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF45DF is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 69 | 223 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.13 |
| HSL | 293.77º | 0.71% | 0.57% | - |
| HSV(B) | 293.77º | 0.69% | 0.87% | - |
| XYZ | 41.18 | 22.85 | 72.05 | - |
| YUV | 127.82 | 181.72 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 223 | 0.07 | 0.69 | 0 | 0.13 | 293.77 | 0.71 | 0.57 |
| Hex | CF | 45 | DF | 7 | 45 | 0 | D | 126 | 47 | 39 |
| Octal | 317 | 105 | 337 | 7 | 105 | 0 | 15 | 446 | 107 | 71 |
| Binary | 11001111 | 1000101 | 11011111 | 111 | 1000101 | 0 | 1101 | 100100110 | 1000111 | 111001 |
Color Harmonies of #CF45DF
Complementary color
Monochromatic Colors of #CF45DF
Black with #CF45DF
Text Example
Text Example
White with #CF45DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45DF; }
p { color: rgb(207,69,223); }
H1.HeaderClassName
{
color: #CF45DF;
}
.AnyTagClassName
{
color: #CF45DF;
}
</style>
background-color css
<style>
a { background-color: #CF45DF; }
a { background-color: rgb(207,69,223); }
div.DivClassName
{
background-color: #CF45DF;
}
.BgClassName
{
background-color: #CF45DF;
}
</style>
border-color css
<style>
span { border-color: #CF45DF; }
span { border-color: rgb(207,69,223); }
td.TdClassName
{
border-color: #CF45DF;
}
.TagClassName
{
border-color: #CF45DF;
}
</style>