Shades of Medium Orchid #CF4DDE
Tints of Medium Orchid #CF4DDE
RGB
CMYK
RGB Variations
Color information
#CF4DDE (or 0xCF4DDE) is known color: Medium Orchid. HEX triplet: CF, 4D and DE. RGB value is (207,77,222). Sum of RGB (Red+Green+Blue) = 207+77+222=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF4DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DDE is #30B221. Grayscale: #838383. Windows color (decimal): -3191330 or 14568911. OLE color: 14568911.
HSL color Cylindrical-coordinate representation of color #CF4DDE: hue angle of 293.79º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4DDE is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 77 | 222 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.13 |
| HSL | 293.79º | 0.69% | 0.59% | - |
| HSV(B) | 293.79º | 0.65% | 0.87% | - |
| XYZ | 41.57 | 23.85 | 71.52 | - |
| YUV | 132.4 | 178.57 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 222 | 0.07 | 0.65 | 0 | 0.13 | 293.79 | 0.69 | 0.59 |
| Hex | CF | 4D | DE | 7 | 41 | 0 | D | 126 | 45 | 3B |
| Octal | 317 | 115 | 336 | 7 | 101 | 0 | 15 | 446 | 105 | 73 |
| Binary | 11001111 | 1001101 | 11011110 | 111 | 1000001 | 0 | 1101 | 100100110 | 1000101 | 111011 |
Color Harmonies of #CF4DDE
Complementary color
Monochromatic Colors of #CF4DDE
Black with #CF4DDE
Text Example
Text Example
White with #CF4DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DDE; }
p { color: rgb(207,77,222); }
H1.HeaderClassName
{
color: #CF4DDE;
}
.AnyTagClassName
{
color: #CF4DDE;
}
</style>
background-color css
<style>
a { background-color: #CF4DDE; }
a { background-color: rgb(207,77,222); }
div.DivClassName
{
background-color: #CF4DDE;
}
.BgClassName
{
background-color: #CF4DDE;
}
</style>
border-color css
<style>
span { border-color: #CF4DDE; }
span { border-color: rgb(207,77,222); }
td.TdClassName
{
border-color: #CF4DDE;
}
.TagClassName
{
border-color: #CF4DDE;
}
</style>