Shades of Medium Orchid #CF48DC
Tints of Medium Orchid #CF48DC
RGB
CMYK
RGB Variations
Color information
#CF48DC (or 0xCF48DC) is known color: Medium Orchid. HEX triplet: CF, 48 and DC. RGB value is (207,72,220). Sum of RGB (Red+Green+Blue) = 207+72+220=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF48DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48DC is #30B723. Grayscale: #808080. Windows color (decimal): -3192612 or 14436559. OLE color: 14436559.
HSL color Cylindrical-coordinate representation of color #CF48DC: hue angle of 294.73º degrees, saturation: 0.68, 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 #CF48DC is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 72 | 220 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.14 |
| HSL | 294.73º | 0.68% | 0.57% | - |
| HSV(B) | 294.73º | 0.67% | 0.86% | - |
| XYZ | 40.97 | 23.07 | 70 | - |
| YUV | 129.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 220 | 0.06 | 0.67 | 0 | 0.14 | 294.73 | 0.68 | 0.57 |
| Hex | CF | 48 | DC | 6 | 43 | 0 | E | 127 | 44 | 39 |
| Octal | 317 | 110 | 334 | 6 | 103 | 0 | 16 | 447 | 104 | 71 |
| Binary | 11001111 | 1001000 | 11011100 | 110 | 1000011 | 0 | 1110 | 100100111 | 1000100 | 111001 |
Color Harmonies of #CF48DC
Complementary color
Monochromatic Colors of #CF48DC
Black with #CF48DC
Text Example
Text Example
White with #CF48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF48DC; }
p { color: rgb(207,72,220); }
H1.HeaderClassName
{
color: #CF48DC;
}
.AnyTagClassName
{
color: #CF48DC;
}
</style>
background-color css
<style>
a { background-color: #CF48DC; }
a { background-color: rgb(207,72,220); }
div.DivClassName
{
background-color: #CF48DC;
}
.BgClassName
{
background-color: #CF48DC;
}
</style>
border-color css
<style>
span { border-color: #CF48DC; }
span { border-color: rgb(207,72,220); }
td.TdClassName
{
border-color: #CF48DC;
}
.TagClassName
{
border-color: #CF48DC;
}
</style>