Shades of Medium Orchid #CF3DF9
Tints of Medium Orchid #CF3DF9
RGB
CMYK
RGB Variations
Color information
#CF3DF9 (or 0xCF3DF9) is known color: Medium Orchid. HEX triplet: CF, 3D and F9. RGB value is (207,61,249). Sum of RGB (Red+Green+Blue) = 207+61+249=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF3DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3DF9 is #30C206. Grayscale: #7D7D7D. Windows color (decimal): -3195399 or 16334287. OLE color: 16334287.
HSL color Cylindrical-coordinate representation of color #CF3DF9: hue angle of 286.6º degrees, saturation: 0.94, 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 #CF3DF9 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 61 | 249 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.02 |
| HSL | 286.6º | 0.94% | 0.61% | - |
| HSV(B) | 286.6º | 0.76% | 0.98% | - |
| XYZ | 44.5 | 23.44 | 91.8 | - |
| YUV | 126.09 | 197.37 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 249 | 0.17 | 0.76 | 0 | 0.02 | 286.6 | 0.94 | 0.61 |
| Hex | CF | 3D | F9 | 11 | 4C | 0 | 2 | 11F | 5E | 3D |
| Octal | 317 | 75 | 371 | 21 | 114 | 0 | 2 | 437 | 136 | 75 |
| Binary | 11001111 | 111101 | 11111001 | 10001 | 1001100 | 0 | 10 | 100011111 | 1011110 | 111101 |
Color Harmonies of #CF3DF9
Complementary color
Monochromatic Colors of #CF3DF9
Black with #CF3DF9
Text Example
Text Example
White with #CF3DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DF9; }
p { color: rgb(207,61,249); }
H1.HeaderClassName
{
color: #CF3DF9;
}
.AnyTagClassName
{
color: #CF3DF9;
}
</style>
background-color css
<style>
a { background-color: #CF3DF9; }
a { background-color: rgb(207,61,249); }
div.DivClassName
{
background-color: #CF3DF9;
}
.BgClassName
{
background-color: #CF3DF9;
}
</style>
border-color css
<style>
span { border-color: #CF3DF9; }
span { border-color: rgb(207,61,249); }
td.TdClassName
{
border-color: #CF3DF9;
}
.TagClassName
{
border-color: #CF3DF9;
}
</style>