Shades of Medium Orchid #CF4CE8
Tints of Medium Orchid #CF4CE8
RGB
CMYK
RGB Variations
Color information
#CF4CE8 (or 0xCF4CE8) is known color: Medium Orchid. HEX triplet: CF, 4C and E8. RGB value is (207,76,232). Sum of RGB (Red+Green+Blue) = 207+76+232=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF4CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4CE8 is #30B317. Grayscale: #848484. Windows color (decimal): -3191576 or 15224015. OLE color: 15224015.
HSL color Cylindrical-coordinate representation of color #CF4CE8: hue angle of 290.38º degrees, saturation: 0.77, 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 #CF4CE8 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 76 | 232 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.09 |
| HSL | 290.38º | 0.77% | 0.6% | - |
| HSV(B) | 290.38º | 0.67% | 0.91% | - |
| XYZ | 42.88 | 24.26 | 78.77 | - |
| YUV | 132.95 | 183.9 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 232 | 0.11 | 0.67 | 0 | 0.09 | 290.38 | 0.77 | 0.6 |
| Hex | CF | 4C | E8 | B | 43 | 0 | 9 | 122 | 4D | 3C |
| Octal | 317 | 114 | 350 | 13 | 103 | 0 | 11 | 442 | 115 | 74 |
| Binary | 11001111 | 1001100 | 11101000 | 1011 | 1000011 | 0 | 1001 | 100100010 | 1001101 | 111100 |
Color Harmonies of #CF4CE8
Complementary color
Monochromatic Colors of #CF4CE8
Black with #CF4CE8
Text Example
Text Example
White with #CF4CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CE8; }
p { color: rgb(207,76,232); }
H1.HeaderClassName
{
color: #CF4CE8;
}
.AnyTagClassName
{
color: #CF4CE8;
}
</style>
background-color css
<style>
a { background-color: #CF4CE8; }
a { background-color: rgb(207,76,232); }
div.DivClassName
{
background-color: #CF4CE8;
}
.BgClassName
{
background-color: #CF4CE8;
}
</style>
border-color css
<style>
span { border-color: #CF4CE8; }
span { border-color: rgb(207,76,232); }
td.TdClassName
{
border-color: #CF4CE8;
}
.TagClassName
{
border-color: #CF4CE8;
}
</style>