Shades of Medium Orchid #CF4CEF
Tints of Medium Orchid #CF4CEF
RGB
CMYK
RGB Variations
Color information
#CF4CEF (or 0xCF4CEF) is known color: Medium Orchid. HEX triplet: CF, 4C and EF. RGB value is (207,76,239). Sum of RGB (Red+Green+Blue) = 207+76+239=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF4CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4CEF is #30B310. Grayscale: #858585. Windows color (decimal): -3191569 or 15682767. OLE color: 15682767.
HSL color Cylindrical-coordinate representation of color #CF4CEF: hue angle of 288.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4CEF is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 76 | 239 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.06 |
| HSL | 288.22º | 0.84% | 0.62% | - |
| HSV(B) | 288.22º | 0.68% | 0.94% | - |
| XYZ | 43.9 | 24.67 | 84.11 | - |
| YUV | 133.75 | 187.4 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 239 | 0.13 | 0.68 | 0 | 0.06 | 288.22 | 0.84 | 0.62 |
| Hex | CF | 4C | EF | D | 44 | 0 | 6 | 120 | 54 | 3E |
| Octal | 317 | 114 | 357 | 15 | 104 | 0 | 6 | 440 | 124 | 76 |
| Binary | 11001111 | 1001100 | 11101111 | 1101 | 1000100 | 0 | 110 | 100100000 | 1010100 | 111110 |
Color Harmonies of #CF4CEF
Complementary color
Monochromatic Colors of #CF4CEF
Black with #CF4CEF
Text Example
Text Example
White with #CF4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CEF; }
p { color: rgb(207,76,239); }
H1.HeaderClassName
{
color: #CF4CEF;
}
.AnyTagClassName
{
color: #CF4CEF;
}
</style>
background-color css
<style>
a { background-color: #CF4CEF; }
a { background-color: rgb(207,76,239); }
div.DivClassName
{
background-color: #CF4CEF;
}
.BgClassName
{
background-color: #CF4CEF;
}
</style>
border-color css
<style>
span { border-color: #CF4CEF; }
span { border-color: rgb(207,76,239); }
td.TdClassName
{
border-color: #CF4CEF;
}
.TagClassName
{
border-color: #CF4CEF;
}
</style>