Shades of Medium Orchid #CF2FDB
Tints of Medium Orchid #CF2FDB
RGB
CMYK
RGB Variations
Color information
#CF2FDB (or 0xCF2FDB) is known color: Medium Orchid. HEX triplet: CF, 2F and DB. RGB value is (207,47,219). Sum of RGB (Red+Green+Blue) = 207+47+219=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF2FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2FDB is #30D024. Grayscale: #717171. Windows color (decimal): -3199013 or 14364623. OLE color: 14364623.
HSL color Cylindrical-coordinate representation of color #CF2FDB: hue angle of 295.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2FDB is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 47 | 219 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.14 |
| HSL | 295.81º | 0.7% | 0.52% | - |
| HSV(B) | 295.81º | 0.79% | 0.86% | - |
| XYZ | 39.53 | 20.41 | 68.87 | - |
| YUV | 114.45 | 187.01 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 219 | 0.05 | 0.79 | 0 | 0.14 | 295.81 | 0.7 | 0.52 |
| Hex | CF | 2F | DB | 5 | 4F | 0 | E | 128 | 46 | 34 |
| Octal | 317 | 57 | 333 | 5 | 117 | 0 | 16 | 450 | 106 | 64 |
| Binary | 11001111 | 101111 | 11011011 | 101 | 1001111 | 0 | 1110 | 100101000 | 1000110 | 110100 |
Color Harmonies of #CF2FDB
Complementary color
Monochromatic Colors of #CF2FDB
Black with #CF2FDB
Text Example
Text Example
White with #CF2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FDB; }
p { color: rgb(207,47,219); }
H1.HeaderClassName
{
color: #CF2FDB;
}
.AnyTagClassName
{
color: #CF2FDB;
}
</style>
background-color css
<style>
a { background-color: #CF2FDB; }
a { background-color: rgb(207,47,219); }
div.DivClassName
{
background-color: #CF2FDB;
}
.BgClassName
{
background-color: #CF2FDB;
}
</style>
border-color css
<style>
span { border-color: #CF2FDB; }
span { border-color: rgb(207,47,219); }
td.TdClassName
{
border-color: #CF2FDB;
}
.TagClassName
{
border-color: #CF2FDB;
}
</style>