Shades of Medium Orchid #CF4AED
Tints of Medium Orchid #CF4AED
RGB
CMYK
RGB Variations
Color information
#CF4AED (or 0xCF4AED) is known color: Medium Orchid. HEX triplet: CF, 4A and ED. RGB value is (207,74,237). Sum of RGB (Red+Green+Blue) = 207+74+237=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF4AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AED is #30B512. Grayscale: #838383. Windows color (decimal): -3192083 or 15551183. OLE color: 15551183.
HSL color Cylindrical-coordinate representation of color #CF4AED: hue angle of 288.96º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4AED is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 74 | 237 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.07 |
| HSL | 288.96º | 0.82% | 0.61% | - |
| HSV(B) | 288.96º | 0.69% | 0.93% | - |
| XYZ | 43.47 | 24.28 | 82.52 | - |
| YUV | 132.35 | 187.06 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 237 | 0.13 | 0.69 | 0 | 0.07 | 288.96 | 0.82 | 0.61 |
| Hex | CF | 4A | ED | D | 45 | 0 | 7 | 121 | 52 | 3D |
| Octal | 317 | 112 | 355 | 15 | 105 | 0 | 7 | 441 | 122 | 75 |
| Binary | 11001111 | 1001010 | 11101101 | 1101 | 1000101 | 0 | 111 | 100100001 | 1010010 | 111101 |
Color Harmonies of #CF4AED
Complementary color
Monochromatic Colors of #CF4AED
Black with #CF4AED
Text Example
Text Example
White with #CF4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AED; }
p { color: rgb(207,74,237); }
H1.HeaderClassName
{
color: #CF4AED;
}
.AnyTagClassName
{
color: #CF4AED;
}
</style>
background-color css
<style>
a { background-color: #CF4AED; }
a { background-color: rgb(207,74,237); }
div.DivClassName
{
background-color: #CF4AED;
}
.BgClassName
{
background-color: #CF4AED;
}
</style>
border-color css
<style>
span { border-color: #CF4AED; }
span { border-color: rgb(207,74,237); }
td.TdClassName
{
border-color: #CF4AED;
}
.TagClassName
{
border-color: #CF4AED;
}
</style>