Shades of Medium Orchid #CF41FB
Tints of Medium Orchid #CF41FB
RGB
CMYK
RGB Variations
Color information
#CF41FB (or 0xCF41FB) is known color: Medium Orchid. HEX triplet: CF, 41 and FB. RGB value is (207,65,251). Sum of RGB (Red+Green+Blue) = 207+65+251=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 65 (25.78% from 255 or 12.43% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF41FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF41FB is #30BE04. Grayscale: #808080. Windows color (decimal): -3194373 or 16466383. OLE color: 16466383.
HSL color Cylindrical-coordinate representation of color #CF41FB: hue angle of 285.81º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF41FB is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 65 | 251 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.02 |
| HSL | 285.81º | 0.96% | 0.62% | - |
| HSV(B) | 285.81º | 0.74% | 0.98% | - |
| XYZ | 45.04 | 24.01 | 93.53 | - |
| YUV | 128.66 | 197.04 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 251 | 0.18 | 0.74 | 0 | 0.02 | 285.81 | 0.96 | 0.62 |
| Hex | CF | 41 | FB | 12 | 4A | 0 | 2 | 11E | 60 | 3E |
| Octal | 317 | 101 | 373 | 22 | 112 | 0 | 2 | 436 | 140 | 76 |
| Binary | 11001111 | 1000001 | 11111011 | 10010 | 1001010 | 0 | 10 | 100011110 | 1100000 | 111110 |
Color Harmonies of #CF41FB
Complementary color
Monochromatic Colors of #CF41FB
Black with #CF41FB
Text Example
Text Example
White with #CF41FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41FB; }
p { color: rgb(207,65,251); }
H1.HeaderClassName
{
color: #CF41FB;
}
.AnyTagClassName
{
color: #CF41FB;
}
</style>
background-color css
<style>
a { background-color: #CF41FB; }
a { background-color: rgb(207,65,251); }
div.DivClassName
{
background-color: #CF41FB;
}
.BgClassName
{
background-color: #CF41FB;
}
</style>
border-color css
<style>
span { border-color: #CF41FB; }
span { border-color: rgb(207,65,251); }
td.TdClassName
{
border-color: #CF41FB;
}
.TagClassName
{
border-color: #CF41FB;
}
</style>