Shades of Medium Orchid #CF4CE7
Tints of Medium Orchid #CF4CE7
RGB
CMYK
RGB Variations
Color information
#CF4CE7 (or 0xCF4CE7) is known color: Medium Orchid. HEX triplet: CF, 4C and E7. RGB value is (207,76,231). Sum of RGB (Red+Green+Blue) = 207+76+231=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF4CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4CE7 is #30B318. Grayscale: #848484. Windows color (decimal): -3191577 or 15158479. OLE color: 15158479.
HSL color Cylindrical-coordinate representation of color #CF4CE7: hue angle of 290.71º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4CE7 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 76 | 231 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.09 |
| HSL | 290.71º | 0.76% | 0.6% | - |
| HSV(B) | 290.71º | 0.67% | 0.91% | - |
| XYZ | 42.74 | 24.2 | 78.02 | - |
| YUV | 132.84 | 183.4 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 231 | 0.10 | 0.67 | 0 | 0.09 | 290.71 | 0.76 | 0.6 |
| Hex | CF | 4C | E7 | A | 43 | 0 | 9 | 123 | 4C | 3C |
| Octal | 317 | 114 | 347 | 12 | 103 | 0 | 11 | 443 | 114 | 74 |
| Binary | 11001111 | 1001100 | 11100111 | 1010 | 1000011 | 0 | 1001 | 100100011 | 1001100 | 111100 |
Color Harmonies of #CF4CE7
Complementary color
Monochromatic Colors of #CF4CE7
Black with #CF4CE7
Text Example
Text Example
White with #CF4CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CE7; }
p { color: rgb(207,76,231); }
H1.HeaderClassName
{
color: #CF4CE7;
}
.AnyTagClassName
{
color: #CF4CE7;
}
</style>
background-color css
<style>
a { background-color: #CF4CE7; }
a { background-color: rgb(207,76,231); }
div.DivClassName
{
background-color: #CF4CE7;
}
.BgClassName
{
background-color: #CF4CE7;
}
</style>
border-color css
<style>
span { border-color: #CF4CE7; }
span { border-color: rgb(207,76,231); }
td.TdClassName
{
border-color: #CF4CE7;
}
.TagClassName
{
border-color: #CF4CE7;
}
</style>