Shades of Medium Orchid #CF4BE7
Tints of Medium Orchid #CF4BE7
RGB
CMYK
RGB Variations
Color information
#CF4BE7 (or 0xCF4BE7) is known color: Medium Orchid. HEX triplet: CF, 4B and E7. RGB value is (207,75,231). Sum of RGB (Red+Green+Blue) = 207+75+231=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF4BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4BE7 is #30B418. Grayscale: #838383. Windows color (decimal): -3191833 or 15158223. OLE color: 15158223.
HSL color Cylindrical-coordinate representation of color #CF4BE7: hue angle of 290.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4BE7 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 75 | 231 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.09 |
| HSL | 290.77º | 0.76% | 0.6% | - |
| HSV(B) | 290.77º | 0.68% | 0.91% | - |
| XYZ | 42.67 | 24.07 | 78 | - |
| YUV | 132.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 231 | 0.10 | 0.68 | 0 | 0.09 | 290.77 | 0.76 | 0.6 |
| Hex | CF | 4B | E7 | A | 44 | 0 | 9 | 123 | 4C | 3C |
| Octal | 317 | 113 | 347 | 12 | 104 | 0 | 11 | 443 | 114 | 74 |
| Binary | 11001111 | 1001011 | 11100111 | 1010 | 1000100 | 0 | 1001 | 100100011 | 1001100 | 111100 |
Color Harmonies of #CF4BE7
Complementary color
Monochromatic Colors of #CF4BE7
Black with #CF4BE7
Text Example
Text Example
White with #CF4BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BE7; }
p { color: rgb(207,75,231); }
H1.HeaderClassName
{
color: #CF4BE7;
}
.AnyTagClassName
{
color: #CF4BE7;
}
</style>
background-color css
<style>
a { background-color: #CF4BE7; }
a { background-color: rgb(207,75,231); }
div.DivClassName
{
background-color: #CF4BE7;
}
.BgClassName
{
background-color: #CF4BE7;
}
</style>
border-color css
<style>
span { border-color: #CF4BE7; }
span { border-color: rgb(207,75,231); }
td.TdClassName
{
border-color: #CF4BE7;
}
.TagClassName
{
border-color: #CF4BE7;
}
</style>