Shades of Medium Orchid #CF48DE
Tints of Medium Orchid #CF48DE
RGB
CMYK
RGB Variations
Color information
#CF48DE (or 0xCF48DE) is known color: Medium Orchid. HEX triplet: CF, 48 and DE. RGB value is (207,72,222). Sum of RGB (Red+Green+Blue) = 207+72+222=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF48DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48DE is #30B721. Grayscale: #818181. Windows color (decimal): -3192610 or 14567631. OLE color: 14567631.
HSL color Cylindrical-coordinate representation of color #CF48DE: hue angle of 294º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF48DE is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 72 | 222 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.13 |
| HSL | 294º | 0.69% | 0.58% | - |
| HSV(B) | 294º | 0.68% | 0.87% | - |
| XYZ | 41.23 | 23.17 | 71.41 | - |
| YUV | 129.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 222 | 0.07 | 0.68 | 0 | 0.13 | 294 | 0.69 | 0.58 |
| Hex | CF | 48 | DE | 7 | 44 | 0 | D | 126 | 45 | 3A |
| Octal | 317 | 110 | 336 | 7 | 104 | 0 | 15 | 446 | 105 | 72 |
| Binary | 11001111 | 1001000 | 11011110 | 111 | 1000100 | 0 | 1101 | 100100110 | 1000101 | 111010 |
Color Harmonies of #CF48DE
Complementary color
Monochromatic Colors of #CF48DE
Black with #CF48DE
Text Example
Text Example
White with #CF48DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF48DE; }
p { color: rgb(207,72,222); }
H1.HeaderClassName
{
color: #CF48DE;
}
.AnyTagClassName
{
color: #CF48DE;
}
</style>
background-color css
<style>
a { background-color: #CF48DE; }
a { background-color: rgb(207,72,222); }
div.DivClassName
{
background-color: #CF48DE;
}
.BgClassName
{
background-color: #CF48DE;
}
</style>
border-color css
<style>
span { border-color: #CF48DE; }
span { border-color: rgb(207,72,222); }
td.TdClassName
{
border-color: #CF48DE;
}
.TagClassName
{
border-color: #CF48DE;
}
</style>