Shades of Medium Orchid #CF2FDA
Tints of Medium Orchid #CF2FDA
RGB
CMYK
RGB Variations
Color information
#CF2FDA (or 0xCF2FDA) is known color: Medium Orchid. HEX triplet: CF, 2F and DA. RGB value is (207,47,218). Sum of RGB (Red+Green+Blue) = 207+47+218=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF2FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2FDA is #30D025. Grayscale: #717171. Windows color (decimal): -3199014 or 14299087. OLE color: 14299087.
HSL color Cylindrical-coordinate representation of color #CF2FDA: hue angle of 296.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2FDA is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 47 | 218 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.15 |
| HSL | 296.14º | 0.7% | 0.52% | - |
| HSV(B) | 296.14º | 0.78% | 0.85% | - |
| XYZ | 39.4 | 20.36 | 68.18 | - |
| YUV | 114.33 | 186.51 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 218 | 0.05 | 0.78 | 0 | 0.15 | 296.14 | 0.7 | 0.52 |
| Hex | CF | 2F | DA | 5 | 4E | 0 | F | 128 | 46 | 34 |
| Octal | 317 | 57 | 332 | 5 | 116 | 0 | 17 | 450 | 106 | 64 |
| Binary | 11001111 | 101111 | 11011010 | 101 | 1001110 | 0 | 1111 | 100101000 | 1000110 | 110100 |
Color Harmonies of #CF2FDA
Complementary color
Monochromatic Colors of #CF2FDA
Black with #CF2FDA
Text Example
Text Example
White with #CF2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FDA; }
p { color: rgb(207,47,218); }
H1.HeaderClassName
{
color: #CF2FDA;
}
.AnyTagClassName
{
color: #CF2FDA;
}
</style>
background-color css
<style>
a { background-color: #CF2FDA; }
a { background-color: rgb(207,47,218); }
div.DivClassName
{
background-color: #CF2FDA;
}
.BgClassName
{
background-color: #CF2FDA;
}
</style>
border-color css
<style>
span { border-color: #CF2FDA; }
span { border-color: rgb(207,47,218); }
td.TdClassName
{
border-color: #CF2FDA;
}
.TagClassName
{
border-color: #CF2FDA;
}
</style>