Shades of Medium Orchid #CF57DD
Tints of Medium Orchid #CF57DD
RGB
CMYK
RGB Variations
Color information
#CF57DD (or 0xCF57DD) is known color: Medium Orchid. HEX triplet: CF, 57 and DD. RGB value is (207,87,221). Sum of RGB (Red+Green+Blue) = 207+87+221=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF57DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57DD is #30A822. Grayscale: #898989. Windows color (decimal): -3188771 or 14505935. OLE color: 14505935.
HSL color Cylindrical-coordinate representation of color #CF57DD: hue angle of 293.73º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF57DD is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 87 | 221 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.13 |
| HSL | 293.73º | 0.66% | 0.6% | - |
| HSV(B) | 293.73º | 0.61% | 0.87% | - |
| XYZ | 42.19 | 25.3 | 71.07 | - |
| YUV | 138.16 | 174.76 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 221 | 0.06 | 0.61 | 0 | 0.13 | 293.73 | 0.66 | 0.6 |
| Hex | CF | 57 | DD | 6 | 3D | 0 | D | 126 | 42 | 3C |
| Octal | 317 | 127 | 335 | 6 | 75 | 0 | 15 | 446 | 102 | 74 |
| Binary | 11001111 | 1010111 | 11011101 | 110 | 111101 | 0 | 1101 | 100100110 | 1000010 | 111100 |
Color Harmonies of #CF57DD
Complementary color
Monochromatic Colors of #CF57DD
Black with #CF57DD
Text Example
Text Example
White with #CF57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57DD; }
p { color: rgb(207,87,221); }
H1.HeaderClassName
{
color: #CF57DD;
}
.AnyTagClassName
{
color: #CF57DD;
}
</style>
background-color css
<style>
a { background-color: #CF57DD; }
a { background-color: rgb(207,87,221); }
div.DivClassName
{
background-color: #CF57DD;
}
.BgClassName
{
background-color: #CF57DD;
}
</style>
border-color css
<style>
span { border-color: #CF57DD; }
span { border-color: rgb(207,87,221); }
td.TdClassName
{
border-color: #CF57DD;
}
.TagClassName
{
border-color: #CF57DD;
}
</style>