Shades of Medium Orchid #CF41FE
Tints of Medium Orchid #CF41FE
RGB
CMYK
RGB Variations
Color information
#CF41FE (or 0xCF41FE) is known color: Medium Orchid. HEX triplet: CF, 41 and FE. RGB value is (207,65,254). Sum of RGB (Red+Green+Blue) = 207+65+254=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF41FE is #30BE01. Grayscale: #808080. Windows color (decimal): -3194370 or 16662991. OLE color: 16662991.
HSL color Cylindrical-coordinate representation of color #CF41FE: hue angle of 285.08º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF41FE is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 65 | 254 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.00 |
| HSL | 285.08º | 0.99% | 0.63% | - |
| HSV(B) | 285.08º | 0.74% | 1% | - |
| XYZ | 45.51 | 24.2 | 96.04 | - |
| YUV | 129 | 198.54 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 254 | 0.19 | 0.74 | 0 | 0.00 | 285.08 | 0.99 | 0.63 |
| Hex | CF | 41 | FE | 13 | 4A | 0 | 0 | 11D | 63 | 3F |
| Octal | 317 | 101 | 376 | 23 | 112 | 0 | 0 | 435 | 143 | 77 |
| Binary | 11001111 | 1000001 | 11111110 | 10011 | 1001010 | 0 | 0 | 100011101 | 1100011 | 111111 |
Color Harmonies of #CF41FE
Complementary color
Monochromatic Colors of #CF41FE
Black with #CF41FE
Text Example
Text Example
White with #CF41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41FE; }
p { color: rgb(207,65,254); }
H1.HeaderClassName
{
color: #CF41FE;
}
.AnyTagClassName
{
color: #CF41FE;
}
</style>
background-color css
<style>
a { background-color: #CF41FE; }
a { background-color: rgb(207,65,254); }
div.DivClassName
{
background-color: #CF41FE;
}
.BgClassName
{
background-color: #CF41FE;
}
</style>
border-color css
<style>
span { border-color: #CF41FE; }
span { border-color: rgb(207,65,254); }
td.TdClassName
{
border-color: #CF41FE;
}
.TagClassName
{
border-color: #CF41FE;
}
</style>