Shades of Medium Orchid #CF34F3
Tints of Medium Orchid #CF34F3
RGB
CMYK
RGB Variations
Color information
#CF34F3 (or 0xCF34F3) is known color: Medium Orchid. HEX triplet: CF, 34 and F3. RGB value is (207,52,243). Sum of RGB (Red+Green+Blue) = 207+52+243=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF34F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF34F3 is #30CB0C. Grayscale: #777777. Windows color (decimal): -3197709 or 15938767. OLE color: 15938767.
HSL color Cylindrical-coordinate representation of color #CF34F3: hue angle of 288.69º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF34F3 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 52 | 243 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.05 |
| HSL | 288.69º | 0.89% | 0.58% | - |
| HSV(B) | 288.69º | 0.79% | 0.95% | - |
| XYZ | 43.14 | 22.19 | 86.8 | - |
| YUV | 120.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 243 | 0.15 | 0.79 | 0 | 0.05 | 288.69 | 0.89 | 0.58 |
| Hex | CF | 34 | F3 | F | 4F | 0 | 5 | 121 | 59 | 3A |
| Octal | 317 | 64 | 363 | 17 | 117 | 0 | 5 | 441 | 131 | 72 |
| Binary | 11001111 | 110100 | 11110011 | 1111 | 1001111 | 0 | 101 | 100100001 | 1011001 | 111010 |
Color Harmonies of #CF34F3
Complementary color
Monochromatic Colors of #CF34F3
Black with #CF34F3
Text Example
Text Example
White with #CF34F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34F3; }
p { color: rgb(207,52,243); }
H1.HeaderClassName
{
color: #CF34F3;
}
.AnyTagClassName
{
color: #CF34F3;
}
</style>
background-color css
<style>
a { background-color: #CF34F3; }
a { background-color: rgb(207,52,243); }
div.DivClassName
{
background-color: #CF34F3;
}
.BgClassName
{
background-color: #CF34F3;
}
</style>
border-color css
<style>
span { border-color: #CF34F3; }
span { border-color: rgb(207,52,243); }
td.TdClassName
{
border-color: #CF34F3;
}
.TagClassName
{
border-color: #CF34F3;
}
</style>