Shades of Medium Orchid #CF4EDA
Tints of Medium Orchid #CF4EDA
RGB
CMYK
RGB Variations
Color information
#CF4EDA (or 0xCF4EDA) is known color: Medium Orchid. HEX triplet: CF, 4E and DA. RGB value is (207,78,218). Sum of RGB (Red+Green+Blue) = 207+78+218=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF4EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EDA is #30B125. Grayscale: #848484. Windows color (decimal): -3191078 or 14307023. OLE color: 14307023.
HSL color Cylindrical-coordinate representation of color #CF4EDA: hue angle of 295.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4EDA is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 78 | 218 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.15 |
| HSL | 295.29º | 0.65% | 0.58% | - |
| HSV(B) | 295.29º | 0.64% | 0.85% | - |
| XYZ | 41.11 | 23.78 | 68.75 | - |
| YUV | 132.53 | 176.24 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 218 | 0.05 | 0.64 | 0 | 0.15 | 295.29 | 0.65 | 0.58 |
| Hex | CF | 4E | DA | 5 | 40 | 0 | F | 127 | 41 | 3A |
| Octal | 317 | 116 | 332 | 5 | 100 | 0 | 17 | 447 | 101 | 72 |
| Binary | 11001111 | 1001110 | 11011010 | 101 | 1000000 | 0 | 1111 | 100100111 | 1000001 | 111010 |
Color Harmonies of #CF4EDA
Complementary color
Monochromatic Colors of #CF4EDA
Black with #CF4EDA
Text Example
Text Example
White with #CF4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4EDA; }
p { color: rgb(207,78,218); }
H1.HeaderClassName
{
color: #CF4EDA;
}
.AnyTagClassName
{
color: #CF4EDA;
}
</style>
background-color css
<style>
a { background-color: #CF4EDA; }
a { background-color: rgb(207,78,218); }
div.DivClassName
{
background-color: #CF4EDA;
}
.BgClassName
{
background-color: #CF4EDA;
}
</style>
border-color css
<style>
span { border-color: #CF4EDA; }
span { border-color: rgb(207,78,218); }
td.TdClassName
{
border-color: #CF4EDA;
}
.TagClassName
{
border-color: #CF4EDA;
}
</style>