Shades of Medium Orchid #CF4EEA
Tints of Medium Orchid #CF4EEA
RGB
CMYK
RGB Variations
Color information
#CF4EEA (or 0xCF4EEA) is known color: Medium Orchid. HEX triplet: CF, 4E and EA. RGB value is (207,78,234). Sum of RGB (Red+Green+Blue) = 207+78+234=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF4EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4EEA is #30B115. Grayscale: #858585. Windows color (decimal): -3191062 or 15355599. OLE color: 15355599.
HSL color Cylindrical-coordinate representation of color #CF4EEA: hue angle of 289.62º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4EEA is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 78 | 234 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.08 |
| HSL | 289.62º | 0.79% | 0.61% | - |
| HSV(B) | 289.62º | 0.67% | 0.92% | - |
| XYZ | 43.31 | 24.65 | 80.32 | - |
| YUV | 134.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 234 | 0.12 | 0.67 | 0 | 0.08 | 289.62 | 0.79 | 0.61 |
| Hex | CF | 4E | EA | C | 43 | 0 | 8 | 122 | 4F | 3D |
| Octal | 317 | 116 | 352 | 14 | 103 | 0 | 10 | 442 | 117 | 75 |
| Binary | 11001111 | 1001110 | 11101010 | 1100 | 1000011 | 0 | 1000 | 100100010 | 1001111 | 111101 |
Color Harmonies of #CF4EEA
Complementary color
Monochromatic Colors of #CF4EEA
Black with #CF4EEA
Text Example
Text Example
White with #CF4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4EEA; }
p { color: rgb(207,78,234); }
H1.HeaderClassName
{
color: #CF4EEA;
}
.AnyTagClassName
{
color: #CF4EEA;
}
</style>
background-color css
<style>
a { background-color: #CF4EEA; }
a { background-color: rgb(207,78,234); }
div.DivClassName
{
background-color: #CF4EEA;
}
.BgClassName
{
background-color: #CF4EEA;
}
</style>
border-color css
<style>
span { border-color: #CF4EEA; }
span { border-color: rgb(207,78,234); }
td.TdClassName
{
border-color: #CF4EEA;
}
.TagClassName
{
border-color: #CF4EEA;
}
</style>