Shades of Medium Orchid #CF34EC
Tints of Medium Orchid #CF34EC
RGB
CMYK
RGB Variations
Color information
#CF34EC (or 0xCF34EC) is known color: Medium Orchid. HEX triplet: CF, 34 and EC. RGB value is (207,52,236). Sum of RGB (Red+Green+Blue) = 207+52+236=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 52 (20.70% from 255 or 10.51% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF34EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF34EC is #30CB13. Grayscale: #767676. Windows color (decimal): -3197716 or 15480015. OLE color: 15480015.
HSL color Cylindrical-coordinate representation of color #CF34EC: hue angle of 290.54º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF34EC is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 52 | 236 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.07 |
| HSL | 290.54º | 0.83% | 0.56% | - |
| HSV(B) | 290.54º | 0.78% | 0.93% | - |
| XYZ | 42.1 | 21.78 | 81.34 | - |
| YUV | 119.32 | 193.85 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 236 | 0.12 | 0.78 | 0 | 0.07 | 290.54 | 0.83 | 0.56 |
| Hex | CF | 34 | EC | C | 4E | 0 | 7 | 123 | 53 | 38 |
| Octal | 317 | 64 | 354 | 14 | 116 | 0 | 7 | 443 | 123 | 70 |
| Binary | 11001111 | 110100 | 11101100 | 1100 | 1001110 | 0 | 111 | 100100011 | 1010011 | 111000 |
Color Harmonies of #CF34EC
Complementary color
Monochromatic Colors of #CF34EC
Black with #CF34EC
Text Example
Text Example
White with #CF34EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34EC; }
p { color: rgb(207,52,236); }
H1.HeaderClassName
{
color: #CF34EC;
}
.AnyTagClassName
{
color: #CF34EC;
}
</style>
background-color css
<style>
a { background-color: #CF34EC; }
a { background-color: rgb(207,52,236); }
div.DivClassName
{
background-color: #CF34EC;
}
.BgClassName
{
background-color: #CF34EC;
}
</style>
border-color css
<style>
span { border-color: #CF34EC; }
span { border-color: rgb(207,52,236); }
td.TdClassName
{
border-color: #CF34EC;
}
.TagClassName
{
border-color: #CF34EC;
}
</style>