Shades of Medium Orchid #CF4BE9
Tints of Medium Orchid #CF4BE9
RGB
CMYK
RGB Variations
Color information
#CF4BE9 (or 0xCF4BE9) is known color: Medium Orchid. HEX triplet: CF, 4B and E9. RGB value is (207,75,233). Sum of RGB (Red+Green+Blue) = 207+75+233=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF4BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4BE9 is #30B416. Grayscale: #838383. Windows color (decimal): -3191831 or 15289295. OLE color: 15289295.
HSL color Cylindrical-coordinate representation of color #CF4BE9: hue angle of 290.13º degrees, saturation: 0.78, 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 #CF4BE9 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 75 | 233 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.09 |
| HSL | 290.13º | 0.78% | 0.6% | - |
| HSV(B) | 290.13º | 0.68% | 0.91% | - |
| XYZ | 42.96 | 24.18 | 79.49 | - |
| YUV | 132.48 | 184.73 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 233 | 0.11 | 0.68 | 0 | 0.09 | 290.13 | 0.78 | 0.6 |
| Hex | CF | 4B | E9 | B | 44 | 0 | 9 | 122 | 4E | 3C |
| Octal | 317 | 113 | 351 | 13 | 104 | 0 | 11 | 442 | 116 | 74 |
| Binary | 11001111 | 1001011 | 11101001 | 1011 | 1000100 | 0 | 1001 | 100100010 | 1001110 | 111100 |
Color Harmonies of #CF4BE9
Complementary color
Monochromatic Colors of #CF4BE9
Black with #CF4BE9
Text Example
Text Example
White with #CF4BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BE9; }
p { color: rgb(207,75,233); }
H1.HeaderClassName
{
color: #CF4BE9;
}
.AnyTagClassName
{
color: #CF4BE9;
}
</style>
background-color css
<style>
a { background-color: #CF4BE9; }
a { background-color: rgb(207,75,233); }
div.DivClassName
{
background-color: #CF4BE9;
}
.BgClassName
{
background-color: #CF4BE9;
}
</style>
border-color css
<style>
span { border-color: #CF4BE9; }
span { border-color: rgb(207,75,233); }
td.TdClassName
{
border-color: #CF4BE9;
}
.TagClassName
{
border-color: #CF4BE9;
}
</style>