Shades of Medium Orchid #CF32F3
Tints of Medium Orchid #CF32F3
RGB
CMYK
RGB Variations
Color information
#CF32F3 (or 0xCF32F3) is known color: Medium Orchid. HEX triplet: CF, 32 and F3. RGB value is (207,50,243). Sum of RGB (Red+Green+Blue) = 207+50+243=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 50 (19.92% from 255 or 10% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF32F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF32F3 is #30CD0C. Grayscale: #767676. Windows color (decimal): -3198221 or 15938255. OLE color: 15938255.
HSL color Cylindrical-coordinate representation of color #CF32F3: hue angle of 288.81º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF32F3 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 50 | 243 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.05 |
| HSL | 288.81º | 0.89% | 0.57% | - |
| HSV(B) | 288.81º | 0.79% | 0.95% | - |
| XYZ | 43.05 | 22.02 | 86.77 | - |
| YUV | 118.95 | 198.01 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 243 | 0.15 | 0.79 | 0 | 0.05 | 288.81 | 0.89 | 0.57 |
| Hex | CF | 32 | F3 | F | 4F | 0 | 5 | 121 | 59 | 39 |
| Octal | 317 | 62 | 363 | 17 | 117 | 0 | 5 | 441 | 131 | 71 |
| Binary | 11001111 | 110010 | 11110011 | 1111 | 1001111 | 0 | 101 | 100100001 | 1011001 | 111001 |
Color Harmonies of #CF32F3
Complementary color
Monochromatic Colors of #CF32F3
Black with #CF32F3
Text Example
Text Example
White with #CF32F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32F3; }
p { color: rgb(207,50,243); }
H1.HeaderClassName
{
color: #CF32F3;
}
.AnyTagClassName
{
color: #CF32F3;
}
</style>
background-color css
<style>
a { background-color: #CF32F3; }
a { background-color: rgb(207,50,243); }
div.DivClassName
{
background-color: #CF32F3;
}
.BgClassName
{
background-color: #CF32F3;
}
</style>
border-color css
<style>
span { border-color: #CF32F3; }
span { border-color: rgb(207,50,243); }
td.TdClassName
{
border-color: #CF32F3;
}
.TagClassName
{
border-color: #CF32F3;
}
</style>