Shades of Medium Orchid #CF40FE
Tints of Medium Orchid #CF40FE
RGB
CMYK
RGB Variations
Color information
#CF40FE (or 0xCF40FE) is known color: Medium Orchid. HEX triplet: CF, 40 and FE. RGB value is (207,64,254). Sum of RGB (Red+Green+Blue) = 207+64+254=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF40FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF40FE is #30BF01. Grayscale: #7F7F7F. Windows color (decimal): -3194626 or 16662735. OLE color: 16662735.
HSL color Cylindrical-coordinate representation of color #CF40FE: hue angle of 285.16º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF40FE is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 64 | 254 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.00 |
| HSL | 285.16º | 0.99% | 0.62% | - |
| HSV(B) | 285.16º | 0.75% | 1% | - |
| XYZ | 45.45 | 24.09 | 96.02 | - |
| YUV | 128.42 | 198.88 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 254 | 0.19 | 0.75 | 0 | 0.00 | 285.16 | 0.99 | 0.62 |
| Hex | CF | 40 | FE | 13 | 4B | 0 | 0 | 11D | 63 | 3E |
| Octal | 317 | 100 | 376 | 23 | 113 | 0 | 0 | 435 | 143 | 76 |
| Binary | 11001111 | 1000000 | 11111110 | 10011 | 1001011 | 0 | 0 | 100011101 | 1100011 | 111110 |
Color Harmonies of #CF40FE
Complementary color
Monochromatic Colors of #CF40FE
Black with #CF40FE
Text Example
Text Example
White with #CF40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40FE; }
p { color: rgb(207,64,254); }
H1.HeaderClassName
{
color: #CF40FE;
}
.AnyTagClassName
{
color: #CF40FE;
}
</style>
background-color css
<style>
a { background-color: #CF40FE; }
a { background-color: rgb(207,64,254); }
div.DivClassName
{
background-color: #CF40FE;
}
.BgClassName
{
background-color: #CF40FE;
}
</style>
border-color css
<style>
span { border-color: #CF40FE; }
span { border-color: rgb(207,64,254); }
td.TdClassName
{
border-color: #CF40FE;
}
.TagClassName
{
border-color: #CF40FE;
}
</style>