Shades of Medium Orchid #CF3FFC
Tints of Medium Orchid #CF3FFC
RGB
CMYK
RGB Variations
Color information
#CF3FFC (or 0xCF3FFC) is known color: Medium Orchid. HEX triplet: CF, 3F and FC. RGB value is (207,63,252). Sum of RGB (Red+Green+Blue) = 207+63+252=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 63 (25% from 255 or 12.07% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF3FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3FFC is #30C003. Grayscale: #7E7E7E. Windows color (decimal): -3194884 or 16531407. OLE color: 16531407.
HSL color Cylindrical-coordinate representation of color #CF3FFC: hue angle of 285.71º 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 #CF3FFC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 63 | 252 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.01 |
| HSL | 285.71º | 0.97% | 0.62% | - |
| HSV(B) | 285.71º | 0.75% | 0.99% | - |
| XYZ | 45.08 | 23.85 | 94.32 | - |
| YUV | 127.6 | 198.21 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 252 | 0.18 | 0.75 | 0 | 0.01 | 285.71 | 0.97 | 0.62 |
| Hex | CF | 3F | FC | 12 | 4B | 0 | 1 | 11E | 61 | 3E |
| Octal | 317 | 77 | 374 | 22 | 113 | 0 | 1 | 436 | 141 | 76 |
| Binary | 11001111 | 111111 | 11111100 | 10010 | 1001011 | 0 | 1 | 100011110 | 1100001 | 111110 |
Color Harmonies of #CF3FFC
Complementary color
Monochromatic Colors of #CF3FFC
Black with #CF3FFC
Text Example
Text Example
White with #CF3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FFC; }
p { color: rgb(207,63,252); }
H1.HeaderClassName
{
color: #CF3FFC;
}
.AnyTagClassName
{
color: #CF3FFC;
}
</style>
background-color css
<style>
a { background-color: #CF3FFC; }
a { background-color: rgb(207,63,252); }
div.DivClassName
{
background-color: #CF3FFC;
}
.BgClassName
{
background-color: #CF3FFC;
}
</style>
border-color css
<style>
span { border-color: #CF3FFC; }
span { border-color: rgb(207,63,252); }
td.TdClassName
{
border-color: #CF3FFC;
}
.TagClassName
{
border-color: #CF3FFC;
}
</style>