Shades of Medium Orchid #CF4DEE
Tints of Medium Orchid #CF4DEE
RGB
CMYK
RGB Variations
Color information
#CF4DEE (or 0xCF4DEE) is known color: Medium Orchid. HEX triplet: CF, 4D and EE. RGB value is (207,77,238). Sum of RGB (Red+Green+Blue) = 207+77+238=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4DEE is #30B211. Grayscale: #858585. Windows color (decimal): -3191314 or 15617487. OLE color: 15617487.
HSL color Cylindrical-coordinate representation of color #CF4DEE: hue angle of 288.45º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4DEE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 77 | 238 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.07 |
| HSL | 288.45º | 0.83% | 0.62% | - |
| HSV(B) | 288.45º | 0.68% | 0.93% | - |
| XYZ | 43.82 | 24.75 | 83.36 | - |
| YUV | 134.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 238 | 0.13 | 0.68 | 0 | 0.07 | 288.45 | 0.83 | 0.62 |
| Hex | CF | 4D | EE | D | 44 | 0 | 7 | 120 | 53 | 3E |
| Octal | 317 | 115 | 356 | 15 | 104 | 0 | 7 | 440 | 123 | 76 |
| Binary | 11001111 | 1001101 | 11101110 | 1101 | 1000100 | 0 | 111 | 100100000 | 1010011 | 111110 |
Color Harmonies of #CF4DEE
Complementary color
Monochromatic Colors of #CF4DEE
Black with #CF4DEE
Text Example
Text Example
White with #CF4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DEE; }
p { color: rgb(207,77,238); }
H1.HeaderClassName
{
color: #CF4DEE;
}
.AnyTagClassName
{
color: #CF4DEE;
}
</style>
background-color css
<style>
a { background-color: #CF4DEE; }
a { background-color: rgb(207,77,238); }
div.DivClassName
{
background-color: #CF4DEE;
}
.BgClassName
{
background-color: #CF4DEE;
}
</style>
border-color css
<style>
span { border-color: #CF4DEE; }
span { border-color: rgb(207,77,238); }
td.TdClassName
{
border-color: #CF4DEE;
}
.TagClassName
{
border-color: #CF4DEE;
}
</style>