Shades of Medium Orchid #CF54D8
Tints of Medium Orchid #CF54D8
RGB
CMYK
RGB Variations
Color information
#CF54D8 (or 0xCF54D8) is known color: Medium Orchid. HEX triplet: CF, 54 and D8. RGB value is (207,84,216). Sum of RGB (Red+Green+Blue) = 207+84+216=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF54D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54D8 is #30AB27. Grayscale: #878787. Windows color (decimal): -3189544 or 14177487. OLE color: 14177487.
HSL color Cylindrical-coordinate representation of color #CF54D8: hue angle of 295.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF54D8 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 84 | 216 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.15 |
| HSL | 295.91º | 0.63% | 0.59% | - |
| HSV(B) | 295.91º | 0.61% | 0.85% | - |
| XYZ | 41.3 | 24.56 | 67.53 | - |
| YUV | 135.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 216 | 0.04 | 0.61 | 0 | 0.15 | 295.91 | 0.63 | 0.59 |
| Hex | CF | 54 | D8 | 4 | 3D | 0 | F | 128 | 3F | 3B |
| Octal | 317 | 124 | 330 | 4 | 75 | 0 | 17 | 450 | 77 | 73 |
| Binary | 11001111 | 1010100 | 11011000 | 100 | 111101 | 0 | 1111 | 100101000 | 111111 | 111011 |
Color Harmonies of #CF54D8
Complementary color
Monochromatic Colors of #CF54D8
Black with #CF54D8
Text Example
Text Example
White with #CF54D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54D8; }
p { color: rgb(207,84,216); }
H1.HeaderClassName
{
color: #CF54D8;
}
.AnyTagClassName
{
color: #CF54D8;
}
</style>
background-color css
<style>
a { background-color: #CF54D8; }
a { background-color: rgb(207,84,216); }
div.DivClassName
{
background-color: #CF54D8;
}
.BgClassName
{
background-color: #CF54D8;
}
</style>
border-color css
<style>
span { border-color: #CF54D8; }
span { border-color: rgb(207,84,216); }
td.TdClassName
{
border-color: #CF54D8;
}
.TagClassName
{
border-color: #CF54D8;
}
</style>