Shades of Medium Orchid #CF3CFA
Tints of Medium Orchid #CF3CFA
RGB
CMYK
RGB Variations
Color information
#CF3CFA (or 0xCF3CFA) is known color: Medium Orchid. HEX triplet: CF, 3C and FA. RGB value is (207,60,250). Sum of RGB (Red+Green+Blue) = 207+60+250=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF3CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3CFA is #30C305. Grayscale: #7D7D7D. Windows color (decimal): -3195654 or 16399567. OLE color: 16399567.
HSL color Cylindrical-coordinate representation of color #CF3CFA: hue angle of 286.42º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3CFA is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 60 | 250 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.02 |
| HSL | 286.42º | 0.95% | 0.61% | - |
| HSV(B) | 286.42º | 0.76% | 0.98% | - |
| XYZ | 44.6 | 23.4 | 92.61 | - |
| YUV | 125.61 | 198.2 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 250 | 0.17 | 0.76 | 0 | 0.02 | 286.42 | 0.95 | 0.61 |
| Hex | CF | 3C | FA | 11 | 4C | 0 | 2 | 11E | 5F | 3D |
| Octal | 317 | 74 | 372 | 21 | 114 | 0 | 2 | 436 | 137 | 75 |
| Binary | 11001111 | 111100 | 11111010 | 10001 | 1001100 | 0 | 10 | 100011110 | 1011111 | 111101 |
Color Harmonies of #CF3CFA
Complementary color
Monochromatic Colors of #CF3CFA
Black with #CF3CFA
Text Example
Text Example
White with #CF3CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CFA; }
p { color: rgb(207,60,250); }
H1.HeaderClassName
{
color: #CF3CFA;
}
.AnyTagClassName
{
color: #CF3CFA;
}
</style>
background-color css
<style>
a { background-color: #CF3CFA; }
a { background-color: rgb(207,60,250); }
div.DivClassName
{
background-color: #CF3CFA;
}
.BgClassName
{
background-color: #CF3CFA;
}
</style>
border-color css
<style>
span { border-color: #CF3CFA; }
span { border-color: rgb(207,60,250); }
td.TdClassName
{
border-color: #CF3CFA;
}
.TagClassName
{
border-color: #CF3CFA;
}
</style>