Shades of Medium Orchid #CF53EE
Tints of Medium Orchid #CF53EE
RGB
CMYK
RGB Variations
Color information
#CF53EE (or 0xCF53EE) is known color: Medium Orchid. HEX triplet: CF, 53 and EE. RGB value is (207,83,238). Sum of RGB (Red+Green+Blue) = 207+83+238=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF53EE is #30AC11. Grayscale: #898989. Windows color (decimal): -3189778 or 15619023. OLE color: 15619023.
HSL color Cylindrical-coordinate representation of color #CF53EE: hue angle of 288º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF53EE is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 83 | 238 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.07 |
| HSL | 288º | 0.82% | 0.63% | - |
| HSV(B) | 288º | 0.65% | 0.93% | - |
| XYZ | 44.26 | 25.62 | 83.5 | - |
| YUV | 137.75 | 184.58 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 238 | 0.13 | 0.65 | 0 | 0.07 | 288 | 0.82 | 0.63 |
| Hex | CF | 53 | EE | D | 41 | 0 | 7 | 120 | 52 | 3F |
| Octal | 317 | 123 | 356 | 15 | 101 | 0 | 7 | 440 | 122 | 77 |
| Binary | 11001111 | 1010011 | 11101110 | 1101 | 1000001 | 0 | 111 | 100100000 | 1010010 | 111111 |
Color Harmonies of #CF53EE
Complementary color
Monochromatic Colors of #CF53EE
Black with #CF53EE
Text Example
Text Example
White with #CF53EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53EE; }
p { color: rgb(207,83,238); }
H1.HeaderClassName
{
color: #CF53EE;
}
.AnyTagClassName
{
color: #CF53EE;
}
</style>
background-color css
<style>
a { background-color: #CF53EE; }
a { background-color: rgb(207,83,238); }
div.DivClassName
{
background-color: #CF53EE;
}
.BgClassName
{
background-color: #CF53EE;
}
</style>
border-color css
<style>
span { border-color: #CF53EE; }
span { border-color: rgb(207,83,238); }
td.TdClassName
{
border-color: #CF53EE;
}
.TagClassName
{
border-color: #CF53EE;
}
</style>