Shades of Medium Orchid #CF41D8
Tints of Medium Orchid #CF41D8
RGB
CMYK
RGB Variations
Color information
#CF41D8 (or 0xCF41D8) is known color: Medium Orchid. HEX triplet: CF, 41 and D8. RGB value is (207,65,216). Sum of RGB (Red+Green+Blue) = 207+65+216=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF41D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41D8 is #30BE27. Grayscale: #7C7C7C. Windows color (decimal): -3194408 or 14172623. OLE color: 14172623.
HSL color Cylindrical-coordinate representation of color #CF41D8: hue angle of 296.42º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF41D8 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 65 | 216 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.15 |
| HSL | 296.42º | 0.66% | 0.55% | - |
| HSV(B) | 296.42º | 0.7% | 0.85% | - |
| XYZ | 40.02 | 22 | 67.1 | - |
| YUV | 124.67 | 179.54 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 216 | 0.04 | 0.70 | 0 | 0.15 | 296.42 | 0.66 | 0.55 |
| Hex | CF | 41 | D8 | 4 | 46 | 0 | F | 128 | 42 | 37 |
| Octal | 317 | 101 | 330 | 4 | 106 | 0 | 17 | 450 | 102 | 67 |
| Binary | 11001111 | 1000001 | 11011000 | 100 | 1000110 | 0 | 1111 | 100101000 | 1000010 | 110111 |
Color Harmonies of #CF41D8
Complementary color
Monochromatic Colors of #CF41D8
Black with #CF41D8
Text Example
Text Example
White with #CF41D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41D8; }
p { color: rgb(207,65,216); }
H1.HeaderClassName
{
color: #CF41D8;
}
.AnyTagClassName
{
color: #CF41D8;
}
</style>
background-color css
<style>
a { background-color: #CF41D8; }
a { background-color: rgb(207,65,216); }
div.DivClassName
{
background-color: #CF41D8;
}
.BgClassName
{
background-color: #CF41D8;
}
</style>
border-color css
<style>
span { border-color: #CF41D8; }
span { border-color: rgb(207,65,216); }
td.TdClassName
{
border-color: #CF41D8;
}
.TagClassName
{
border-color: #CF41D8;
}
</style>