Shades of Medium Orchid #CF34EF
Tints of Medium Orchid #CF34EF
RGB
CMYK
RGB Variations
Color information
#CF34EF (or 0xCF34EF) is known color: Medium Orchid. HEX triplet: CF, 34 and EF. RGB value is (207,52,239). Sum of RGB (Red+Green+Blue) = 207+52+239=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF34EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF34EF is #30CB10. Grayscale: #777777. Windows color (decimal): -3197713 or 15676623. OLE color: 15676623.
HSL color Cylindrical-coordinate representation of color #CF34EF: hue angle of 289.73º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF34EF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 52 | 239 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.06 |
| HSL | 289.73º | 0.85% | 0.57% | - |
| HSV(B) | 289.73º | 0.78% | 0.94% | - |
| XYZ | 42.54 | 21.95 | 83.66 | - |
| YUV | 119.66 | 195.35 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 239 | 0.13 | 0.78 | 0 | 0.06 | 289.73 | 0.85 | 0.57 |
| Hex | CF | 34 | EF | D | 4E | 0 | 6 | 122 | 55 | 39 |
| Octal | 317 | 64 | 357 | 15 | 116 | 0 | 6 | 442 | 125 | 71 |
| Binary | 11001111 | 110100 | 11101111 | 1101 | 1001110 | 0 | 110 | 100100010 | 1010101 | 111001 |
Color Harmonies of #CF34EF
Complementary color
Monochromatic Colors of #CF34EF
Black with #CF34EF
Text Example
Text Example
White with #CF34EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34EF; }
p { color: rgb(207,52,239); }
H1.HeaderClassName
{
color: #CF34EF;
}
.AnyTagClassName
{
color: #CF34EF;
}
</style>
background-color css
<style>
a { background-color: #CF34EF; }
a { background-color: rgb(207,52,239); }
div.DivClassName
{
background-color: #CF34EF;
}
.BgClassName
{
background-color: #CF34EF;
}
</style>
border-color css
<style>
span { border-color: #CF34EF; }
span { border-color: rgb(207,52,239); }
td.TdClassName
{
border-color: #CF34EF;
}
.TagClassName
{
border-color: #CF34EF;
}
</style>