Shades of Medium Orchid #CF34E4
Tints of Medium Orchid #CF34E4
RGB
CMYK
RGB Variations
Color information
#CF34E4 (or 0xCF34E4) is known color: Medium Orchid. HEX triplet: CF, 34 and E4. RGB value is (207,52,228). Sum of RGB (Red+Green+Blue) = 207+52+228=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 52 (20.70% from 255 or 10.68% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF34E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34E4 is #30CB1B. Grayscale: #757575. Windows color (decimal): -3197724 or 14955727. OLE color: 14955727.
HSL color Cylindrical-coordinate representation of color #CF34E4: hue angle of 292.84º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF34E4 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 52 | 228 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.11 |
| HSL | 292.84º | 0.77% | 0.55% | - |
| HSV(B) | 292.84º | 0.77% | 0.89% | - |
| XYZ | 40.96 | 21.32 | 75.36 | - |
| YUV | 118.41 | 189.85 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 228 | 0.09 | 0.77 | 0 | 0.11 | 292.84 | 0.77 | 0.55 |
| Hex | CF | 34 | E4 | 9 | 4D | 0 | B | 125 | 4D | 37 |
| Octal | 317 | 64 | 344 | 11 | 115 | 0 | 13 | 445 | 115 | 67 |
| Binary | 11001111 | 110100 | 11100100 | 1001 | 1001101 | 0 | 1011 | 100100101 | 1001101 | 110111 |
Color Harmonies of #CF34E4
Complementary color
Monochromatic Colors of #CF34E4
Black with #CF34E4
Text Example
Text Example
White with #CF34E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34E4; }
p { color: rgb(207,52,228); }
H1.HeaderClassName
{
color: #CF34E4;
}
.AnyTagClassName
{
color: #CF34E4;
}
</style>
background-color css
<style>
a { background-color: #CF34E4; }
a { background-color: rgb(207,52,228); }
div.DivClassName
{
background-color: #CF34E4;
}
.BgClassName
{
background-color: #CF34E4;
}
</style>
border-color css
<style>
span { border-color: #CF34E4; }
span { border-color: rgb(207,52,228); }
td.TdClassName
{
border-color: #CF34E4;
}
.TagClassName
{
border-color: #CF34E4;
}
</style>