Shades of Medium Orchid #CF5DDD
Tints of Medium Orchid #CF5DDD
RGB
CMYK
RGB Variations
Color information
#CF5DDD (or 0xCF5DDD) is known color: Medium Orchid. HEX triplet: CF, 5D and DD. RGB value is (207,93,221). Sum of RGB (Red+Green+Blue) = 207+93+221=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF5DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DDD is #30A222. Grayscale: #8D8D8D. Windows color (decimal): -3187235 or 14507471. OLE color: 14507471.
HSL color Cylindrical-coordinate representation of color #CF5DDD: hue angle of 293.44º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5DDD is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 93 | 221 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.13 |
| HSL | 293.44º | 0.65% | 0.62% | - |
| HSV(B) | 293.44º | 0.58% | 0.87% | - |
| XYZ | 42.7 | 26.31 | 71.24 | - |
| YUV | 141.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 221 | 0.06 | 0.58 | 0 | 0.13 | 293.44 | 0.65 | 0.62 |
| Hex | CF | 5D | DD | 6 | 3A | 0 | D | 125 | 41 | 3E |
| Octal | 317 | 135 | 335 | 6 | 72 | 0 | 15 | 445 | 101 | 76 |
| Binary | 11001111 | 1011101 | 11011101 | 110 | 111010 | 0 | 1101 | 100100101 | 1000001 | 111110 |
Color Harmonies of #CF5DDD
Complementary color
Monochromatic Colors of #CF5DDD
Black with #CF5DDD
Text Example
Text Example
White with #CF5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5DDD; }
p { color: rgb(207,93,221); }
H1.HeaderClassName
{
color: #CF5DDD;
}
.AnyTagClassName
{
color: #CF5DDD;
}
</style>
background-color css
<style>
a { background-color: #CF5DDD; }
a { background-color: rgb(207,93,221); }
div.DivClassName
{
background-color: #CF5DDD;
}
.BgClassName
{
background-color: #CF5DDD;
}
</style>
border-color css
<style>
span { border-color: #CF5DDD; }
span { border-color: rgb(207,93,221); }
td.TdClassName
{
border-color: #CF5DDD;
}
.TagClassName
{
border-color: #CF5DDD;
}
</style>