Shades of Medium Orchid #CF5FEA
Tints of Medium Orchid #CF5FEA
RGB
CMYK
RGB Variations
Color information
#CF5FEA (or 0xCF5FEA) is known color: Medium Orchid. HEX triplet: CF, 5F and EA. RGB value is (207,95,234). Sum of RGB (Red+Green+Blue) = 207+95+234=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF5FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5FEA is #30A015. Grayscale: #8F8F8F. Windows color (decimal): -3186710 or 15359951. OLE color: 15359951.
HSL color Cylindrical-coordinate representation of color #CF5FEA: hue angle of 288.35º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5FEA is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 95 | 234 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.08 |
| HSL | 288.35º | 0.77% | 0.65% | - |
| HSV(B) | 288.35º | 0.59% | 0.92% | - |
| XYZ | 44.68 | 27.39 | 80.77 | - |
| YUV | 144.33 | 178.61 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 234 | 0.12 | 0.59 | 0 | 0.08 | 288.35 | 0.77 | 0.65 |
| Hex | CF | 5F | EA | C | 3B | 0 | 8 | 120 | 4D | 41 |
| Octal | 317 | 137 | 352 | 14 | 73 | 0 | 10 | 440 | 115 | 101 |
| Binary | 11001111 | 1011111 | 11101010 | 1100 | 111011 | 0 | 1000 | 100100000 | 1001101 | 1000001 |
Color Harmonies of #CF5FEA
Complementary color
Monochromatic Colors of #CF5FEA
Black with #CF5FEA
Text Example
Text Example
White with #CF5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FEA; }
p { color: rgb(207,95,234); }
H1.HeaderClassName
{
color: #CF5FEA;
}
.AnyTagClassName
{
color: #CF5FEA;
}
</style>
background-color css
<style>
a { background-color: #CF5FEA; }
a { background-color: rgb(207,95,234); }
div.DivClassName
{
background-color: #CF5FEA;
}
.BgClassName
{
background-color: #CF5FEA;
}
</style>
border-color css
<style>
span { border-color: #CF5FEA; }
span { border-color: rgb(207,95,234); }
td.TdClassName
{
border-color: #CF5FEA;
}
.TagClassName
{
border-color: #CF5FEA;
}
</style>