Shades of Medium Orchid #CF34E3
Tints of Medium Orchid #CF34E3
RGB
CMYK
RGB Variations
Color information
#CF34E3 (or 0xCF34E3) is known color: Medium Orchid. HEX triplet: CF, 34 and E3. RGB value is (207,52,227). Sum of RGB (Red+Green+Blue) = 207+52+227=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF34E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34E3 is #30CB1C. Grayscale: #757575. Windows color (decimal): -3197725 or 14890191. OLE color: 14890191.
HSL color Cylindrical-coordinate representation of color #CF34E3: hue angle of 293.14º degrees, saturation: 0.76, 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 #CF34E3 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 52 | 227 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.11 |
| HSL | 293.14º | 0.76% | 0.55% | - |
| HSV(B) | 293.14º | 0.77% | 0.89% | - |
| XYZ | 40.83 | 21.27 | 74.63 | - |
| YUV | 118.3 | 189.35 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 227 | 0.09 | 0.77 | 0 | 0.11 | 293.14 | 0.76 | 0.55 |
| Hex | CF | 34 | E3 | 9 | 4D | 0 | B | 125 | 4C | 37 |
| Octal | 317 | 64 | 343 | 11 | 115 | 0 | 13 | 445 | 114 | 67 |
| Binary | 11001111 | 110100 | 11100011 | 1001 | 1001101 | 0 | 1011 | 100100101 | 1001100 | 110111 |
Color Harmonies of #CF34E3
Complementary color
Monochromatic Colors of #CF34E3
Black with #CF34E3
Text Example
Text Example
White with #CF34E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34E3; }
p { color: rgb(207,52,227); }
H1.HeaderClassName
{
color: #CF34E3;
}
.AnyTagClassName
{
color: #CF34E3;
}
</style>
background-color css
<style>
a { background-color: #CF34E3; }
a { background-color: rgb(207,52,227); }
div.DivClassName
{
background-color: #CF34E3;
}
.BgClassName
{
background-color: #CF34E3;
}
</style>
border-color css
<style>
span { border-color: #CF34E3; }
span { border-color: rgb(207,52,227); }
td.TdClassName
{
border-color: #CF34E3;
}
.TagClassName
{
border-color: #CF34E3;
}
</style>