Shades of Medium Orchid #CF38FE
Tints of Medium Orchid #CF38FE
RGB
CMYK
RGB Variations
Color information
#CF38FE (or 0xCF38FE) is known color: Medium Orchid. HEX triplet: CF, 38 and FE. RGB value is (207,56,254). Sum of RGB (Red+Green+Blue) = 207+56+254=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 56 (22.27% from 255 or 10.83% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF38FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF38FE is #30C701. Grayscale: #7B7B7B. Windows color (decimal): -3196674 or 16660687. OLE color: 16660687.
HSL color Cylindrical-coordinate representation of color #CF38FE: hue angle of 285.76º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF38FE is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 56 | 254 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.00 |
| HSL | 285.76º | 0.99% | 0.61% | - |
| HSV(B) | 285.76º | 0.78% | 1% | - |
| XYZ | 45.04 | 23.25 | 95.88 | - |
| YUV | 123.72 | 201.53 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 254 | 0.19 | 0.78 | 0 | 0.00 | 285.76 | 0.99 | 0.61 |
| Hex | CF | 38 | FE | 13 | 4E | 0 | 0 | 11E | 63 | 3D |
| Octal | 317 | 70 | 376 | 23 | 116 | 0 | 0 | 436 | 143 | 75 |
| Binary | 11001111 | 111000 | 11111110 | 10011 | 1001110 | 0 | 0 | 100011110 | 1100011 | 111101 |
Color Harmonies of #CF38FE
Complementary color
Monochromatic Colors of #CF38FE
Black with #CF38FE
Text Example
Text Example
White with #CF38FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38FE; }
p { color: rgb(207,56,254); }
H1.HeaderClassName
{
color: #CF38FE;
}
.AnyTagClassName
{
color: #CF38FE;
}
</style>
background-color css
<style>
a { background-color: #CF38FE; }
a { background-color: rgb(207,56,254); }
div.DivClassName
{
background-color: #CF38FE;
}
.BgClassName
{
background-color: #CF38FE;
}
</style>
border-color css
<style>
span { border-color: #CF38FE; }
span { border-color: rgb(207,56,254); }
td.TdClassName
{
border-color: #CF38FE;
}
.TagClassName
{
border-color: #CF38FE;
}
</style>