Shades of Medium Orchid #CF38DD
Tints of Medium Orchid #CF38DD
RGB
CMYK
RGB Variations
Color information
#CF38DD (or 0xCF38DD) is known color: Medium Orchid. HEX triplet: CF, 38 and DD. RGB value is (207,56,221). Sum of RGB (Red+Green+Blue) = 207+56+221=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF38DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38DD is #30C722. Grayscale: #777777. Windows color (decimal): -3196707 or 14497999. OLE color: 14497999.
HSL color Cylindrical-coordinate representation of color #CF38DD: hue angle of 294.91º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF38DD is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 56 | 221 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.13 |
| HSL | 294.91º | 0.71% | 0.54% | - |
| HSV(B) | 294.91º | 0.75% | 0.87% | - |
| XYZ | 40.2 | 21.31 | 70.4 | - |
| YUV | 119.96 | 185.03 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 221 | 0.06 | 0.75 | 0 | 0.13 | 294.91 | 0.71 | 0.54 |
| Hex | CF | 38 | DD | 6 | 4B | 0 | D | 127 | 47 | 36 |
| Octal | 317 | 70 | 335 | 6 | 113 | 0 | 15 | 447 | 107 | 66 |
| Binary | 11001111 | 111000 | 11011101 | 110 | 1001011 | 0 | 1101 | 100100111 | 1000111 | 110110 |
Color Harmonies of #CF38DD
Complementary color
Monochromatic Colors of #CF38DD
Black with #CF38DD
Text Example
Text Example
White with #CF38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38DD; }
p { color: rgb(207,56,221); }
H1.HeaderClassName
{
color: #CF38DD;
}
.AnyTagClassName
{
color: #CF38DD;
}
</style>
background-color css
<style>
a { background-color: #CF38DD; }
a { background-color: rgb(207,56,221); }
div.DivClassName
{
background-color: #CF38DD;
}
.BgClassName
{
background-color: #CF38DD;
}
</style>
border-color css
<style>
span { border-color: #CF38DD; }
span { border-color: rgb(207,56,221); }
td.TdClassName
{
border-color: #CF38DD;
}
.TagClassName
{
border-color: #CF38DD;
}
</style>