Shades of Medium Orchid #CF48DB
Tints of Medium Orchid #CF48DB
RGB
CMYK
RGB Variations
Color information
#CF48DB (or 0xCF48DB) is known color: Medium Orchid. HEX triplet: CF, 48 and DB. RGB value is (207,72,219). Sum of RGB (Red+Green+Blue) = 207+72+219=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48DB is #30B724. Grayscale: #808080. Windows color (decimal): -3192613 or 14371023. OLE color: 14371023.
HSL color Cylindrical-coordinate representation of color #CF48DB: hue angle of 295.1º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF48DB is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 72 | 219 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.14 |
| HSL | 295.1º | 0.67% | 0.57% | - |
| HSV(B) | 295.1º | 0.67% | 0.86% | - |
| XYZ | 40.84 | 23.01 | 69.31 | - |
| YUV | 129.12 | 178.73 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 219 | 0.05 | 0.67 | 0 | 0.14 | 295.1 | 0.67 | 0.57 |
| Hex | CF | 48 | DB | 5 | 43 | 0 | E | 127 | 43 | 39 |
| Octal | 317 | 110 | 333 | 5 | 103 | 0 | 16 | 447 | 103 | 71 |
| Binary | 11001111 | 1001000 | 11011011 | 101 | 1000011 | 0 | 1110 | 100100111 | 1000011 | 111001 |
Color Harmonies of #CF48DB
Complementary color
Monochromatic Colors of #CF48DB
Black with #CF48DB
Text Example
Text Example
White with #CF48DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF48DB; }
p { color: rgb(207,72,219); }
H1.HeaderClassName
{
color: #CF48DB;
}
.AnyTagClassName
{
color: #CF48DB;
}
</style>
background-color css
<style>
a { background-color: #CF48DB; }
a { background-color: rgb(207,72,219); }
div.DivClassName
{
background-color: #CF48DB;
}
.BgClassName
{
background-color: #CF48DB;
}
</style>
border-color css
<style>
span { border-color: #CF48DB; }
span { border-color: rgb(207,72,219); }
td.TdClassName
{
border-color: #CF48DB;
}
.TagClassName
{
border-color: #CF48DB;
}
</style>