Shades of Medium Orchid #CF3EFF
Tints of Medium Orchid #CF3EFF
RGB
CMYK
RGB Variations
Color information
#CF3EFF (or 0xCF3EFF) is known color: Medium Orchid. HEX triplet: CF, 3E and FF. RGB value is (207,62,255). Sum of RGB (Red+Green+Blue) = 207+62+255=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 62 (24.61% from 255 or 11.83% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF3EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3EFF is #30C100. Grayscale: #7E7E7E. Windows color (decimal): -3195137 or 16727759. OLE color: 16727759.
HSL color Cylindrical-coordinate representation of color #CF3EFF: hue angle of 285.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3EFF is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 62 | 255 | - |
| CMYK | 0.19 | 0.76 | 0 | 0 |
| HSL | 285.08º | 1% | 0.62% | - |
| HSV(B) | 285.08º | 0.76% | 1% | - |
| XYZ | 45.5 | 23.93 | 96.83 | - |
| YUV | 127.36 | 200.04 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 255 | 0.19 | 0.76 | 0 | 0 | 285.08 | 1 | 0.62 |
| Hex | CF | 3E | FF | 13 | 4C | 0 | 0 | 11D | 64 | 3E |
| Octal | 317 | 76 | 377 | 23 | 114 | 0 | 0 | 435 | 144 | 76 |
| Binary | 11001111 | 111110 | 11111111 | 10011 | 1001100 | 0 | 0 | 100011101 | 1100100 | 111110 |
Color Harmonies of #CF3EFF
Complementary color
Monochromatic Colors of #CF3EFF
Black with #CF3EFF
Text Example
Text Example
White with #CF3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EFF; }
p { color: rgb(207,62,255); }
H1.HeaderClassName
{
color: #CF3EFF;
}
.AnyTagClassName
{
color: #CF3EFF;
}
</style>
background-color css
<style>
a { background-color: #CF3EFF; }
a { background-color: rgb(207,62,255); }
div.DivClassName
{
background-color: #CF3EFF;
}
.BgClassName
{
background-color: #CF3EFF;
}
</style>
border-color css
<style>
span { border-color: #CF3EFF; }
span { border-color: rgb(207,62,255); }
td.TdClassName
{
border-color: #CF3EFF;
}
.TagClassName
{
border-color: #CF3EFF;
}
</style>