Shades of Medium Orchid #CF4AF6
Tints of Medium Orchid #CF4AF6
RGB
CMYK
RGB Variations
Color information
#CF4AF6 (or 0xCF4AF6) is known color: Medium Orchid. HEX triplet: CF, 4A and F6. RGB value is (207,74,246). Sum of RGB (Red+Green+Blue) = 207+74+246=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF4AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AF6 is #30B509. Grayscale: #848484. Windows color (decimal): -3192074 or 16141007. OLE color: 16141007.
HSL color Cylindrical-coordinate representation of color #CF4AF6: hue angle of 286.4º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF4AF6 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 74 | 246 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.04 |
| HSL | 286.4º | 0.91% | 0.63% | - |
| HSV(B) | 286.4º | 0.7% | 0.96% | - |
| XYZ | 44.82 | 24.82 | 89.62 | - |
| YUV | 133.38 | 191.56 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 246 | 0.16 | 0.70 | 0 | 0.04 | 286.4 | 0.91 | 0.63 |
| Hex | CF | 4A | F6 | 10 | 46 | 0 | 4 | 11E | 5B | 3F |
| Octal | 317 | 112 | 366 | 20 | 106 | 0 | 4 | 436 | 133 | 77 |
| Binary | 11001111 | 1001010 | 11110110 | 10000 | 1000110 | 0 | 100 | 100011110 | 1011011 | 111111 |
Color Harmonies of #CF4AF6
Complementary color
Monochromatic Colors of #CF4AF6
Black with #CF4AF6
Text Example
Text Example
White with #CF4AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AF6; }
p { color: rgb(207,74,246); }
H1.HeaderClassName
{
color: #CF4AF6;
}
.AnyTagClassName
{
color: #CF4AF6;
}
</style>
background-color css
<style>
a { background-color: #CF4AF6; }
a { background-color: rgb(207,74,246); }
div.DivClassName
{
background-color: #CF4AF6;
}
.BgClassName
{
background-color: #CF4AF6;
}
</style>
border-color css
<style>
span { border-color: #CF4AF6; }
span { border-color: rgb(207,74,246); }
td.TdClassName
{
border-color: #CF4AF6;
}
.TagClassName
{
border-color: #CF4AF6;
}
</style>