Shades of Medium Orchid #CF54DE
Tints of Medium Orchid #CF54DE
RGB
CMYK
RGB Variations
Color information
#CF54DE (or 0xCF54DE) is known color: Medium Orchid. HEX triplet: CF, 54 and DE. RGB value is (207,84,222). Sum of RGB (Red+Green+Blue) = 207+84+222=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF54DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54DE is #30AB21. Grayscale: #888888. Windows color (decimal): -3189538 or 14570703. OLE color: 14570703.
HSL color Cylindrical-coordinate representation of color #CF54DE: hue angle of 293.48º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF54DE is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 84 | 222 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.13 |
| HSL | 293.48º | 0.68% | 0.6% | - |
| HSV(B) | 293.48º | 0.62% | 0.87% | - |
| XYZ | 42.09 | 24.88 | 71.69 | - |
| YUV | 136.51 | 176.25 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 222 | 0.07 | 0.62 | 0 | 0.13 | 293.48 | 0.68 | 0.6 |
| Hex | CF | 54 | DE | 7 | 3E | 0 | D | 125 | 44 | 3C |
| Octal | 317 | 124 | 336 | 7 | 76 | 0 | 15 | 445 | 104 | 74 |
| Binary | 11001111 | 1010100 | 11011110 | 111 | 111110 | 0 | 1101 | 100100101 | 1000100 | 111100 |
Color Harmonies of #CF54DE
Complementary color
Monochromatic Colors of #CF54DE
Black with #CF54DE
Text Example
Text Example
White with #CF54DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54DE; }
p { color: rgb(207,84,222); }
H1.HeaderClassName
{
color: #CF54DE;
}
.AnyTagClassName
{
color: #CF54DE;
}
</style>
background-color css
<style>
a { background-color: #CF54DE; }
a { background-color: rgb(207,84,222); }
div.DivClassName
{
background-color: #CF54DE;
}
.BgClassName
{
background-color: #CF54DE;
}
</style>
border-color css
<style>
span { border-color: #CF54DE; }
span { border-color: rgb(207,84,222); }
td.TdClassName
{
border-color: #CF54DE;
}
.TagClassName
{
border-color: #CF54DE;
}
</style>