Shades of Medium Orchid #CF4BE1
Tints of Medium Orchid #CF4BE1
RGB
CMYK
RGB Variations
Color information
#CF4BE1 (or 0xCF4BE1) is known color: Medium Orchid. HEX triplet: CF, 4B and E1. RGB value is (207,75,225). Sum of RGB (Red+Green+Blue) = 207+75+225=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF4BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BE1 is #30B41E. Grayscale: #838383. Windows color (decimal): -3191839 or 14765007. OLE color: 14765007.
HSL color Cylindrical-coordinate representation of color #CF4BE1: hue angle of 292.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4BE1 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 75 | 225 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.12 |
| HSL | 292.8º | 0.71% | 0.59% | - |
| HSV(B) | 292.8º | 0.67% | 0.88% | - |
| XYZ | 41.84 | 23.73 | 73.61 | - |
| YUV | 131.57 | 180.73 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 225 | 0.08 | 0.67 | 0 | 0.12 | 292.8 | 0.71 | 0.59 |
| Hex | CF | 4B | E1 | 8 | 43 | 0 | C | 125 | 47 | 3B |
| Octal | 317 | 113 | 341 | 10 | 103 | 0 | 14 | 445 | 107 | 73 |
| Binary | 11001111 | 1001011 | 11100001 | 1000 | 1000011 | 0 | 1100 | 100100101 | 1000111 | 111011 |
Color Harmonies of #CF4BE1
Complementary color
Monochromatic Colors of #CF4BE1
Black with #CF4BE1
Text Example
Text Example
White with #CF4BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BE1; }
p { color: rgb(207,75,225); }
H1.HeaderClassName
{
color: #CF4BE1;
}
.AnyTagClassName
{
color: #CF4BE1;
}
</style>
background-color css
<style>
a { background-color: #CF4BE1; }
a { background-color: rgb(207,75,225); }
div.DivClassName
{
background-color: #CF4BE1;
}
.BgClassName
{
background-color: #CF4BE1;
}
</style>
border-color css
<style>
span { border-color: #CF4BE1; }
span { border-color: rgb(207,75,225); }
td.TdClassName
{
border-color: #CF4BE1;
}
.TagClassName
{
border-color: #CF4BE1;
}
</style>