Shades of Medium Orchid #CF50D6
Tints of Medium Orchid #CF50D6
RGB
CMYK
RGB Variations
Color information
#CF50D6 (or 0xCF50D6) is known color: Medium Orchid. HEX triplet: CF, 50 and D6. RGB value is (207,80,214). Sum of RGB (Red+Green+Blue) = 207+80+214=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF50D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50D6 is #30AF29. Grayscale: #848484. Windows color (decimal): -3190570 or 14045391. OLE color: 14045391.
HSL color Cylindrical-coordinate representation of color #CF50D6: hue angle of 296.87º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF50D6 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 80 | 214 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.16 |
| HSL | 296.87º | 0.62% | 0.58% | - |
| HSV(B) | 296.87º | 0.63% | 0.84% | - |
| XYZ | 40.74 | 23.86 | 66.08 | - |
| YUV | 133.25 | 173.58 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 214 | 0.03 | 0.63 | 0 | 0.16 | 296.87 | 0.62 | 0.58 |
| Hex | CF | 50 | D6 | 3 | 3F | 0 | 10 | 129 | 3E | 3A |
| Octal | 317 | 120 | 326 | 3 | 77 | 0 | 20 | 451 | 76 | 72 |
| Binary | 11001111 | 1010000 | 11010110 | 11 | 111111 | 0 | 10000 | 100101001 | 111110 | 111010 |
Color Harmonies of #CF50D6
Complementary color
Monochromatic Colors of #CF50D6
Black with #CF50D6
Text Example
Text Example
White with #CF50D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF50D6; }
p { color: rgb(207,80,214); }
H1.HeaderClassName
{
color: #CF50D6;
}
.AnyTagClassName
{
color: #CF50D6;
}
</style>
background-color css
<style>
a { background-color: #CF50D6; }
a { background-color: rgb(207,80,214); }
div.DivClassName
{
background-color: #CF50D6;
}
.BgClassName
{
background-color: #CF50D6;
}
</style>
border-color css
<style>
span { border-color: #CF50D6; }
span { border-color: rgb(207,80,214); }
td.TdClassName
{
border-color: #CF50D6;
}
.TagClassName
{
border-color: #CF50D6;
}
</style>