Shades of Medium Orchid #CF34F7
Tints of Medium Orchid #CF34F7
RGB
CMYK
RGB Variations
Color information
#CF34F7 (or 0xCF34F7) is known color: Medium Orchid. HEX triplet: CF, 34 and F7. RGB value is (207,52,247). Sum of RGB (Red+Green+Blue) = 207+52+247=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 52 (20.70% from 255 or 10.28% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF34F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF34F7 is #30CB08. Grayscale: #777777. Windows color (decimal): -3197705 or 16200911. OLE color: 16200911.
HSL color Cylindrical-coordinate representation of color #CF34F7: hue angle of 287.69º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF34F7 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 52 | 247 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.03 |
| HSL | 287.69º | 0.92% | 0.59% | - |
| HSV(B) | 287.69º | 0.79% | 0.97% | - |
| XYZ | 43.75 | 22.44 | 90.02 | - |
| YUV | 120.58 | 199.35 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 247 | 0.16 | 0.79 | 0 | 0.03 | 287.69 | 0.92 | 0.59 |
| Hex | CF | 34 | F7 | 10 | 4F | 0 | 3 | 120 | 5C | 3B |
| Octal | 317 | 64 | 367 | 20 | 117 | 0 | 3 | 440 | 134 | 73 |
| Binary | 11001111 | 110100 | 11110111 | 10000 | 1001111 | 0 | 11 | 100100000 | 1011100 | 111011 |
Color Harmonies of #CF34F7
Complementary color
Monochromatic Colors of #CF34F7
Black with #CF34F7
Text Example
Text Example
White with #CF34F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34F7; }
p { color: rgb(207,52,247); }
H1.HeaderClassName
{
color: #CF34F7;
}
.AnyTagClassName
{
color: #CF34F7;
}
</style>
background-color css
<style>
a { background-color: #CF34F7; }
a { background-color: rgb(207,52,247); }
div.DivClassName
{
background-color: #CF34F7;
}
.BgClassName
{
background-color: #CF34F7;
}
</style>
border-color css
<style>
span { border-color: #CF34F7; }
span { border-color: rgb(207,52,247); }
td.TdClassName
{
border-color: #CF34F7;
}
.TagClassName
{
border-color: #CF34F7;
}
</style>