Shades of Medium Orchid #CF50DC
Tints of Medium Orchid #CF50DC
RGB
CMYK
RGB Variations
Color information
#CF50DC (or 0xCF50DC) is known color: Medium Orchid. HEX triplet: CF, 50 and DC. RGB value is (207,80,220). Sum of RGB (Red+Green+Blue) = 207+80+220=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF50DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50DC is #30AF23. Grayscale: #858585. Windows color (decimal): -3190564 or 14438607. OLE color: 14438607.
HSL color Cylindrical-coordinate representation of color #CF50DC: hue angle of 294.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF50DC is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 80 | 220 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.14 |
| HSL | 294.43º | 0.67% | 0.59% | - |
| HSV(B) | 294.43º | 0.64% | 0.86% | - |
| XYZ | 41.52 | 24.17 | 70.19 | - |
| YUV | 133.93 | 176.58 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 220 | 0.06 | 0.64 | 0 | 0.14 | 294.43 | 0.67 | 0.59 |
| Hex | CF | 50 | DC | 6 | 40 | 0 | E | 126 | 43 | 3B |
| Octal | 317 | 120 | 334 | 6 | 100 | 0 | 16 | 446 | 103 | 73 |
| Binary | 11001111 | 1010000 | 11011100 | 110 | 1000000 | 0 | 1110 | 100100110 | 1000011 | 111011 |
Color Harmonies of #CF50DC
Complementary color
Monochromatic Colors of #CF50DC
Black with #CF50DC
Text Example
Text Example
White with #CF50DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF50DC; }
p { color: rgb(207,80,220); }
H1.HeaderClassName
{
color: #CF50DC;
}
.AnyTagClassName
{
color: #CF50DC;
}
</style>
background-color css
<style>
a { background-color: #CF50DC; }
a { background-color: rgb(207,80,220); }
div.DivClassName
{
background-color: #CF50DC;
}
.BgClassName
{
background-color: #CF50DC;
}
</style>
border-color css
<style>
span { border-color: #CF50DC; }
span { border-color: rgb(207,80,220); }
td.TdClassName
{
border-color: #CF50DC;
}
.TagClassName
{
border-color: #CF50DC;
}
</style>