Shades of Medium Orchid #CF53EF
Tints of Medium Orchid #CF53EF
RGB
CMYK
RGB Variations
Color information
#CF53EF (or 0xCF53EF) is known color: Medium Orchid. HEX triplet: CF, 53 and EF. RGB value is (207,83,239). Sum of RGB (Red+Green+Blue) = 207+83+239=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF53EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF53EF is #30AC10. Grayscale: #898989. Windows color (decimal): -3189777 or 15684559. OLE color: 15684559.
HSL color Cylindrical-coordinate representation of color #CF53EF: hue angle of 287.69º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF53EF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 83 | 239 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.06 |
| HSL | 287.69º | 0.83% | 0.63% | - |
| HSV(B) | 287.69º | 0.65% | 0.94% | - |
| XYZ | 44.41 | 25.68 | 84.28 | - |
| YUV | 137.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 239 | 0.13 | 0.65 | 0 | 0.06 | 287.69 | 0.83 | 0.63 |
| Hex | CF | 53 | EF | D | 41 | 0 | 6 | 120 | 53 | 3F |
| Octal | 317 | 123 | 357 | 15 | 101 | 0 | 6 | 440 | 123 | 77 |
| Binary | 11001111 | 1010011 | 11101111 | 1101 | 1000001 | 0 | 110 | 100100000 | 1010011 | 111111 |
Color Harmonies of #CF53EF
Complementary color
Monochromatic Colors of #CF53EF
Black with #CF53EF
Text Example
Text Example
White with #CF53EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53EF; }
p { color: rgb(207,83,239); }
H1.HeaderClassName
{
color: #CF53EF;
}
.AnyTagClassName
{
color: #CF53EF;
}
</style>
background-color css
<style>
a { background-color: #CF53EF; }
a { background-color: rgb(207,83,239); }
div.DivClassName
{
background-color: #CF53EF;
}
.BgClassName
{
background-color: #CF53EF;
}
</style>
border-color css
<style>
span { border-color: #CF53EF; }
span { border-color: rgb(207,83,239); }
td.TdClassName
{
border-color: #CF53EF;
}
.TagClassName
{
border-color: #CF53EF;
}
</style>