Shades of Medium Orchid #CF40FB
Tints of Medium Orchid #CF40FB
RGB
CMYK
RGB Variations
Color information
#CF40FB (or 0xCF40FB) is known color: Medium Orchid. HEX triplet: CF, 40 and FB. RGB value is (207,64,251). Sum of RGB (Red+Green+Blue) = 207+64+251=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 64 (25.39% from 255 or 12.26% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF40FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF40FB is #30BF04. Grayscale: #7F7F7F. Windows color (decimal): -3194629 or 16466127. OLE color: 16466127.
HSL color Cylindrical-coordinate representation of color #CF40FB: hue angle of 285.88º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF40FB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 64 | 251 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.02 |
| HSL | 285.88º | 0.96% | 0.62% | - |
| HSV(B) | 285.88º | 0.75% | 0.98% | - |
| XYZ | 44.98 | 23.9 | 93.51 | - |
| YUV | 128.08 | 197.38 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 251 | 0.18 | 0.75 | 0 | 0.02 | 285.88 | 0.96 | 0.62 |
| Hex | CF | 40 | FB | 12 | 4B | 0 | 2 | 11E | 60 | 3E |
| Octal | 317 | 100 | 373 | 22 | 113 | 0 | 2 | 436 | 140 | 76 |
| Binary | 11001111 | 1000000 | 11111011 | 10010 | 1001011 | 0 | 10 | 100011110 | 1100000 | 111110 |
Color Harmonies of #CF40FB
Complementary color
Monochromatic Colors of #CF40FB
Black with #CF40FB
Text Example
Text Example
White with #CF40FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40FB; }
p { color: rgb(207,64,251); }
H1.HeaderClassName
{
color: #CF40FB;
}
.AnyTagClassName
{
color: #CF40FB;
}
</style>
background-color css
<style>
a { background-color: #CF40FB; }
a { background-color: rgb(207,64,251); }
div.DivClassName
{
background-color: #CF40FB;
}
.BgClassName
{
background-color: #CF40FB;
}
</style>
border-color css
<style>
span { border-color: #CF40FB; }
span { border-color: rgb(207,64,251); }
td.TdClassName
{
border-color: #CF40FB;
}
.TagClassName
{
border-color: #CF40FB;
}
</style>