Shades of Medium Orchid #CF4BEE
Tints of Medium Orchid #CF4BEE
RGB
CMYK
RGB Variations
Color information
#CF4BEE (or 0xCF4BEE) is known color: Medium Orchid. HEX triplet: CF, 4B and EE. RGB value is (207,75,238). Sum of RGB (Red+Green+Blue) = 207+75+238=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF4BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4BEE is #30B411. Grayscale: #848484. Windows color (decimal): -3191826 or 15616975. OLE color: 15616975.
HSL color Cylindrical-coordinate representation of color #CF4BEE: hue angle of 288.59º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4BEE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 75 | 238 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.07 |
| HSL | 288.59º | 0.83% | 0.61% | - |
| HSV(B) | 288.59º | 0.68% | 0.93% | - |
| XYZ | 43.68 | 24.47 | 83.31 | - |
| YUV | 133.05 | 187.23 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 238 | 0.13 | 0.68 | 0 | 0.07 | 288.59 | 0.83 | 0.61 |
| Hex | CF | 4B | EE | D | 44 | 0 | 7 | 121 | 53 | 3D |
| Octal | 317 | 113 | 356 | 15 | 104 | 0 | 7 | 441 | 123 | 75 |
| Binary | 11001111 | 1001011 | 11101110 | 1101 | 1000100 | 0 | 111 | 100100001 | 1010011 | 111101 |
Color Harmonies of #CF4BEE
Complementary color
Monochromatic Colors of #CF4BEE
Black with #CF4BEE
Text Example
Text Example
White with #CF4BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BEE; }
p { color: rgb(207,75,238); }
H1.HeaderClassName
{
color: #CF4BEE;
}
.AnyTagClassName
{
color: #CF4BEE;
}
</style>
background-color css
<style>
a { background-color: #CF4BEE; }
a { background-color: rgb(207,75,238); }
div.DivClassName
{
background-color: #CF4BEE;
}
.BgClassName
{
background-color: #CF4BEE;
}
</style>
border-color css
<style>
span { border-color: #CF4BEE; }
span { border-color: rgb(207,75,238); }
td.TdClassName
{
border-color: #CF4BEE;
}
.TagClassName
{
border-color: #CF4BEE;
}
</style>