Shades of Medium Orchid #CF3FEA
Tints of Medium Orchid #CF3FEA
RGB
CMYK
RGB Variations
Color information
#CF3FEA (or 0xCF3FEA) is known color: Medium Orchid. HEX triplet: CF, 3F and EA. RGB value is (207,63,234). Sum of RGB (Red+Green+Blue) = 207+63+234=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF3FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3FEA is #30C015. Grayscale: #7D7D7D. Windows color (decimal): -3194902 or 15351759. OLE color: 15351759.
HSL color Cylindrical-coordinate representation of color #CF3FEA: hue angle of 290.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3FEA is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 63 | 234 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.08 |
| HSL | 290.53º | 0.8% | 0.58% | - |
| HSV(B) | 290.53º | 0.73% | 0.92% | - |
| XYZ | 42.36 | 22.76 | 80 | - |
| YUV | 125.55 | 189.21 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 234 | 0.12 | 0.73 | 0 | 0.08 | 290.53 | 0.8 | 0.58 |
| Hex | CF | 3F | EA | C | 49 | 0 | 8 | 123 | 50 | 3A |
| Octal | 317 | 77 | 352 | 14 | 111 | 0 | 10 | 443 | 120 | 72 |
| Binary | 11001111 | 111111 | 11101010 | 1100 | 1001001 | 0 | 1000 | 100100011 | 1010000 | 111010 |
Color Harmonies of #CF3FEA
Complementary color
Monochromatic Colors of #CF3FEA
Black with #CF3FEA
Text Example
Text Example
White with #CF3FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FEA; }
p { color: rgb(207,63,234); }
H1.HeaderClassName
{
color: #CF3FEA;
}
.AnyTagClassName
{
color: #CF3FEA;
}
</style>
background-color css
<style>
a { background-color: #CF3FEA; }
a { background-color: rgb(207,63,234); }
div.DivClassName
{
background-color: #CF3FEA;
}
.BgClassName
{
background-color: #CF3FEA;
}
</style>
border-color css
<style>
span { border-color: #CF3FEA; }
span { border-color: rgb(207,63,234); }
td.TdClassName
{
border-color: #CF3FEA;
}
.TagClassName
{
border-color: #CF3FEA;
}
</style>