Shades of Medium Orchid #CF5BDF
Tints of Medium Orchid #CF5BDF
RGB
CMYK
RGB Variations
Color information
#CF5BDF (or 0xCF5BDF) is known color: Medium Orchid. HEX triplet: CF, 5B and DF. RGB value is (207,91,223). Sum of RGB (Red+Green+Blue) = 207+91+223=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF5BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BDF is #30A420. Grayscale: #8C8C8C. Windows color (decimal): -3187745 or 14638031. OLE color: 14638031.
HSL color Cylindrical-coordinate representation of color #CF5BDF: hue angle of 292.73º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5BDF is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 91 | 223 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.13 |
| HSL | 292.73º | 0.67% | 0.62% | - |
| HSV(B) | 292.73º | 0.59% | 0.87% | - |
| XYZ | 42.79 | 26.08 | 72.59 | - |
| YUV | 140.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 223 | 0.07 | 0.59 | 0 | 0.13 | 292.73 | 0.67 | 0.62 |
| Hex | CF | 5B | DF | 7 | 3B | 0 | D | 125 | 43 | 3E |
| Octal | 317 | 133 | 337 | 7 | 73 | 0 | 15 | 445 | 103 | 76 |
| Binary | 11001111 | 1011011 | 11011111 | 111 | 111011 | 0 | 1101 | 100100101 | 1000011 | 111110 |
Color Harmonies of #CF5BDF
Complementary color
Monochromatic Colors of #CF5BDF
Black with #CF5BDF
Text Example
Text Example
White with #CF5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BDF; }
p { color: rgb(207,91,223); }
H1.HeaderClassName
{
color: #CF5BDF;
}
.AnyTagClassName
{
color: #CF5BDF;
}
</style>
background-color css
<style>
a { background-color: #CF5BDF; }
a { background-color: rgb(207,91,223); }
div.DivClassName
{
background-color: #CF5BDF;
}
.BgClassName
{
background-color: #CF5BDF;
}
</style>
border-color css
<style>
span { border-color: #CF5BDF; }
span { border-color: rgb(207,91,223); }
td.TdClassName
{
border-color: #CF5BDF;
}
.TagClassName
{
border-color: #CF5BDF;
}
</style>