Shades of Medium Orchid #CF4BED
Tints of Medium Orchid #CF4BED
RGB
CMYK
RGB Variations
Color information
#CF4BED (or 0xCF4BED) is known color: Medium Orchid. HEX triplet: CF, 4B and ED. RGB value is (207,75,237). Sum of RGB (Red+Green+Blue) = 207+75+237=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4BED is #30B412. Grayscale: #848484. Windows color (decimal): -3191827 or 15551439. OLE color: 15551439.
HSL color Cylindrical-coordinate representation of color #CF4BED: hue angle of 288.89º degrees, saturation: 0.82, 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 #CF4BED is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 75 | 237 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.07 |
| HSL | 288.89º | 0.82% | 0.61% | - |
| HSV(B) | 288.89º | 0.68% | 0.93% | - |
| XYZ | 43.53 | 24.41 | 82.54 | - |
| YUV | 132.94 | 186.73 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 237 | 0.13 | 0.68 | 0 | 0.07 | 288.89 | 0.82 | 0.61 |
| Hex | CF | 4B | ED | D | 44 | 0 | 7 | 121 | 52 | 3D |
| Octal | 317 | 113 | 355 | 15 | 104 | 0 | 7 | 441 | 122 | 75 |
| Binary | 11001111 | 1001011 | 11101101 | 1101 | 1000100 | 0 | 111 | 100100001 | 1010010 | 111101 |
Color Harmonies of #CF4BED
Complementary color
Monochromatic Colors of #CF4BED
Black with #CF4BED
Text Example
Text Example
White with #CF4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BED; }
p { color: rgb(207,75,237); }
H1.HeaderClassName
{
color: #CF4BED;
}
.AnyTagClassName
{
color: #CF4BED;
}
</style>
background-color css
<style>
a { background-color: #CF4BED; }
a { background-color: rgb(207,75,237); }
div.DivClassName
{
background-color: #CF4BED;
}
.BgClassName
{
background-color: #CF4BED;
}
</style>
border-color css
<style>
span { border-color: #CF4BED; }
span { border-color: rgb(207,75,237); }
td.TdClassName
{
border-color: #CF4BED;
}
.TagClassName
{
border-color: #CF4BED;
}
</style>