Shades of Medium Orchid #CF3CFE
Tints of Medium Orchid #CF3CFE
RGB
CMYK
RGB Variations
Color information
#CF3CFE (or 0xCF3CFE) is known color: Medium Orchid. HEX triplet: CF, 3C and FE. RGB value is (207,60,254). Sum of RGB (Red+Green+Blue) = 207+60+254=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF3CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3CFE is #30C301. Grayscale: #7D7D7D. Windows color (decimal): -3195650 or 16661711. OLE color: 16661711.
HSL color Cylindrical-coordinate representation of color #CF3CFE: hue angle of 285.46º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3CFE is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 60 | 254 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.00 |
| HSL | 285.46º | 0.99% | 0.62% | - |
| HSV(B) | 285.46º | 0.76% | 1% | - |
| XYZ | 45.24 | 23.65 | 95.95 | - |
| YUV | 126.07 | 200.2 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 254 | 0.19 | 0.76 | 0 | 0.00 | 285.46 | 0.99 | 0.62 |
| Hex | CF | 3C | FE | 13 | 4C | 0 | 0 | 11D | 63 | 3E |
| Octal | 317 | 74 | 376 | 23 | 114 | 0 | 0 | 435 | 143 | 76 |
| Binary | 11001111 | 111100 | 11111110 | 10011 | 1001100 | 0 | 0 | 100011101 | 1100011 | 111110 |
Color Harmonies of #CF3CFE
Complementary color
Monochromatic Colors of #CF3CFE
Black with #CF3CFE
Text Example
Text Example
White with #CF3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CFE; }
p { color: rgb(207,60,254); }
H1.HeaderClassName
{
color: #CF3CFE;
}
.AnyTagClassName
{
color: #CF3CFE;
}
</style>
background-color css
<style>
a { background-color: #CF3CFE; }
a { background-color: rgb(207,60,254); }
div.DivClassName
{
background-color: #CF3CFE;
}
.BgClassName
{
background-color: #CF3CFE;
}
</style>
border-color css
<style>
span { border-color: #CF3CFE; }
span { border-color: rgb(207,60,254); }
td.TdClassName
{
border-color: #CF3CFE;
}
.TagClassName
{
border-color: #CF3CFE;
}
</style>