Shades of Medium Orchid #CF45DD
Tints of Medium Orchid #CF45DD
RGB
CMYK
RGB Variations
Color information
#CF45DD (or 0xCF45DD) is known color: Medium Orchid. HEX triplet: CF, 45 and DD. RGB value is (207,69,221). Sum of RGB (Red+Green+Blue) = 207+69+221=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF45DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF45DD is #30BA22. Grayscale: #7F7F7F. Windows color (decimal): -3193379 or 14501327. OLE color: 14501327.
HSL color Cylindrical-coordinate representation of color #CF45DD: hue angle of 294.47º degrees, saturation: 0.69, 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 #CF45DD is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 69 | 221 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.13 |
| HSL | 294.47º | 0.69% | 0.57% | - |
| HSV(B) | 294.47º | 0.69% | 0.87% | - |
| XYZ | 40.91 | 22.74 | 70.64 | - |
| YUV | 127.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 221 | 0.06 | 0.69 | 0 | 0.13 | 294.47 | 0.69 | 0.57 |
| Hex | CF | 45 | DD | 6 | 45 | 0 | D | 126 | 45 | 39 |
| Octal | 317 | 105 | 335 | 6 | 105 | 0 | 15 | 446 | 105 | 71 |
| Binary | 11001111 | 1000101 | 11011101 | 110 | 1000101 | 0 | 1101 | 100100110 | 1000101 | 111001 |
Color Harmonies of #CF45DD
Complementary color
Monochromatic Colors of #CF45DD
Black with #CF45DD
Text Example
Text Example
White with #CF45DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45DD; }
p { color: rgb(207,69,221); }
H1.HeaderClassName
{
color: #CF45DD;
}
.AnyTagClassName
{
color: #CF45DD;
}
</style>
background-color css
<style>
a { background-color: #CF45DD; }
a { background-color: rgb(207,69,221); }
div.DivClassName
{
background-color: #CF45DD;
}
.BgClassName
{
background-color: #CF45DD;
}
</style>
border-color css
<style>
span { border-color: #CF45DD; }
span { border-color: rgb(207,69,221); }
td.TdClassName
{
border-color: #CF45DD;
}
.TagClassName
{
border-color: #CF45DD;
}
</style>