Shades of Medium Orchid #CF40FC
Tints of Medium Orchid #CF40FC
RGB
CMYK
RGB Variations
Color information
#CF40FC (or 0xCF40FC) is known color: Medium Orchid. HEX triplet: CF, 40 and FC. RGB value is (207,64,252). Sum of RGB (Red+Green+Blue) = 207+64+252=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF40FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF40FC is #30BF03. Grayscale: #7F7F7F. Windows color (decimal): -3194628 or 16531663. OLE color: 16531663.
HSL color Cylindrical-coordinate representation of color #CF40FC: hue angle of 285.64º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF40FC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 64 | 252 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.01 |
| HSL | 285.64º | 0.97% | 0.62% | - |
| HSV(B) | 285.64º | 0.75% | 0.99% | - |
| XYZ | 45.14 | 23.96 | 94.34 | - |
| YUV | 128.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 252 | 0.18 | 0.75 | 0 | 0.01 | 285.64 | 0.97 | 0.62 |
| Hex | CF | 40 | FC | 12 | 4B | 0 | 1 | 11E | 61 | 3E |
| Octal | 317 | 100 | 374 | 22 | 113 | 0 | 1 | 436 | 141 | 76 |
| Binary | 11001111 | 1000000 | 11111100 | 10010 | 1001011 | 0 | 1 | 100011110 | 1100001 | 111110 |
Color Harmonies of #CF40FC
Complementary color
Monochromatic Colors of #CF40FC
Black with #CF40FC
Text Example
Text Example
White with #CF40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40FC; }
p { color: rgb(207,64,252); }
H1.HeaderClassName
{
color: #CF40FC;
}
.AnyTagClassName
{
color: #CF40FC;
}
</style>
background-color css
<style>
a { background-color: #CF40FC; }
a { background-color: rgb(207,64,252); }
div.DivClassName
{
background-color: #CF40FC;
}
.BgClassName
{
background-color: #CF40FC;
}
</style>
border-color css
<style>
span { border-color: #CF40FC; }
span { border-color: rgb(207,64,252); }
td.TdClassName
{
border-color: #CF40FC;
}
.TagClassName
{
border-color: #CF40FC;
}
</style>