Shades of Medium Orchid #CF57EF
Tints of Medium Orchid #CF57EF
RGB
CMYK
RGB Variations
Color information
#CF57EF (or 0xCF57EF) is known color: Medium Orchid. HEX triplet: CF, 57 and EF. RGB value is (207,87,239). Sum of RGB (Red+Green+Blue) = 207+87+239=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF57EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF57EF is #30A810. Grayscale: #8B8B8B. Windows color (decimal): -3188753 or 15685583. OLE color: 15685583.
HSL color Cylindrical-coordinate representation of color #CF57EF: hue angle of 287.37º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF57EF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 87 | 239 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.06 |
| HSL | 287.37º | 0.83% | 0.64% | - |
| HSV(B) | 287.37º | 0.64% | 0.94% | - |
| XYZ | 44.72 | 26.31 | 84.38 | - |
| YUV | 140.21 | 183.76 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 239 | 0.13 | 0.64 | 0 | 0.06 | 287.37 | 0.83 | 0.64 |
| Hex | CF | 57 | EF | D | 40 | 0 | 6 | 11F | 53 | 40 |
| Octal | 317 | 127 | 357 | 15 | 100 | 0 | 6 | 437 | 123 | 100 |
| Binary | 11001111 | 1010111 | 11101111 | 1101 | 1000000 | 0 | 110 | 100011111 | 1010011 | 1000000 |
Color Harmonies of #CF57EF
Complementary color
Monochromatic Colors of #CF57EF
Black with #CF57EF
Text Example
Text Example
White with #CF57EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57EF; }
p { color: rgb(207,87,239); }
H1.HeaderClassName
{
color: #CF57EF;
}
.AnyTagClassName
{
color: #CF57EF;
}
</style>
background-color css
<style>
a { background-color: #CF57EF; }
a { background-color: rgb(207,87,239); }
div.DivClassName
{
background-color: #CF57EF;
}
.BgClassName
{
background-color: #CF57EF;
}
</style>
border-color css
<style>
span { border-color: #CF57EF; }
span { border-color: rgb(207,87,239); }
td.TdClassName
{
border-color: #CF57EF;
}
.TagClassName
{
border-color: #CF57EF;
}
</style>