Shades of Medium Orchid #CF3EDD
Tints of Medium Orchid #CF3EDD
RGB
CMYK
RGB Variations
Color information
#CF3EDD (or 0xCF3EDD) is known color: Medium Orchid. HEX triplet: CF, 3E and DD. RGB value is (207,62,221). Sum of RGB (Red+Green+Blue) = 207+62+221=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 62 (24.61% from 255 or 12.65% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF3EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3EDD is #30C122. Grayscale: #7A7A7A. Windows color (decimal): -3195171 or 14499535. OLE color: 14499535.
HSL color Cylindrical-coordinate representation of color #CF3EDD: hue angle of 294.72º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3EDD is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 62 | 221 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.13 |
| HSL | 294.72º | 0.7% | 0.55% | - |
| HSV(B) | 294.72º | 0.72% | 0.87% | - |
| XYZ | 40.51 | 21.93 | 70.5 | - |
| YUV | 123.48 | 183.04 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 221 | 0.06 | 0.72 | 0 | 0.13 | 294.72 | 0.7 | 0.55 |
| Hex | CF | 3E | DD | 6 | 48 | 0 | D | 127 | 46 | 37 |
| Octal | 317 | 76 | 335 | 6 | 110 | 0 | 15 | 447 | 106 | 67 |
| Binary | 11001111 | 111110 | 11011101 | 110 | 1001000 | 0 | 1101 | 100100111 | 1000110 | 110111 |
Color Harmonies of #CF3EDD
Complementary color
Monochromatic Colors of #CF3EDD
Black with #CF3EDD
Text Example
Text Example
White with #CF3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EDD; }
p { color: rgb(207,62,221); }
H1.HeaderClassName
{
color: #CF3EDD;
}
.AnyTagClassName
{
color: #CF3EDD;
}
</style>
background-color css
<style>
a { background-color: #CF3EDD; }
a { background-color: rgb(207,62,221); }
div.DivClassName
{
background-color: #CF3EDD;
}
.BgClassName
{
background-color: #CF3EDD;
}
</style>
border-color css
<style>
span { border-color: #CF3EDD; }
span { border-color: rgb(207,62,221); }
td.TdClassName
{
border-color: #CF3EDD;
}
.TagClassName
{
border-color: #CF3EDD;
}
</style>