Shades of Medium Orchid #CF3BDB
Tints of Medium Orchid #CF3BDB
RGB
CMYK
RGB Variations
Color information
#CF3BDB (or 0xCF3BDB) is known color: Medium Orchid. HEX triplet: CF, 3B and DB. RGB value is (207,59,219). Sum of RGB (Red+Green+Blue) = 207+59+219=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 59 (23.44% from 255 or 12.16% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF3BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3BDB is #30C424. Grayscale: #797979. Windows color (decimal): -3195941 or 14367695. OLE color: 14367695.
HSL color Cylindrical-coordinate representation of color #CF3BDB: hue angle of 295.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3BDB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 59 | 219 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.14 |
| HSL | 295.5º | 0.69% | 0.55% | - |
| HSV(B) | 295.5º | 0.73% | 0.86% | - |
| XYZ | 40.08 | 21.51 | 69.06 | - |
| YUV | 121.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 219 | 0.05 | 0.73 | 0 | 0.14 | 295.5 | 0.69 | 0.55 |
| Hex | CF | 3B | DB | 5 | 49 | 0 | E | 128 | 45 | 37 |
| Octal | 317 | 73 | 333 | 5 | 111 | 0 | 16 | 450 | 105 | 67 |
| Binary | 11001111 | 111011 | 11011011 | 101 | 1001001 | 0 | 1110 | 100101000 | 1000101 | 110111 |
Color Harmonies of #CF3BDB
Complementary color
Monochromatic Colors of #CF3BDB
Black with #CF3BDB
Text Example
Text Example
White with #CF3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BDB; }
p { color: rgb(207,59,219); }
H1.HeaderClassName
{
color: #CF3BDB;
}
.AnyTagClassName
{
color: #CF3BDB;
}
</style>
background-color css
<style>
a { background-color: #CF3BDB; }
a { background-color: rgb(207,59,219); }
div.DivClassName
{
background-color: #CF3BDB;
}
.BgClassName
{
background-color: #CF3BDB;
}
</style>
border-color css
<style>
span { border-color: #CF3BDB; }
span { border-color: rgb(207,59,219); }
td.TdClassName
{
border-color: #CF3BDB;
}
.TagClassName
{
border-color: #CF3BDB;
}
</style>