Shades of Medium Orchid #CF46DA
Tints of Medium Orchid #CF46DA
RGB
CMYK
RGB Variations
Color information
#CF46DA (or 0xCF46DA) is known color: Medium Orchid. HEX triplet: CF, 46 and DA. RGB value is (207,70,218). Sum of RGB (Red+Green+Blue) = 207+70+218=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF46DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46DA is #30B925. Grayscale: #7F7F7F. Windows color (decimal): -3193126 or 14304975. OLE color: 14304975.
HSL color Cylindrical-coordinate representation of color #CF46DA: hue angle of 295.54º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF46DA is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 70 | 218 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.15 |
| HSL | 295.54º | 0.67% | 0.56% | - |
| HSV(B) | 295.54º | 0.68% | 0.85% | - |
| XYZ | 40.58 | 22.71 | 68.57 | - |
| YUV | 127.84 | 178.89 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 218 | 0.05 | 0.68 | 0 | 0.15 | 295.54 | 0.67 | 0.56 |
| Hex | CF | 46 | DA | 5 | 44 | 0 | F | 128 | 43 | 38 |
| Octal | 317 | 106 | 332 | 5 | 104 | 0 | 17 | 450 | 103 | 70 |
| Binary | 11001111 | 1000110 | 11011010 | 101 | 1000100 | 0 | 1111 | 100101000 | 1000011 | 111000 |
Color Harmonies of #CF46DA
Complementary color
Monochromatic Colors of #CF46DA
Black with #CF46DA
Text Example
Text Example
White with #CF46DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46DA; }
p { color: rgb(207,70,218); }
H1.HeaderClassName
{
color: #CF46DA;
}
.AnyTagClassName
{
color: #CF46DA;
}
</style>
background-color css
<style>
a { background-color: #CF46DA; }
a { background-color: rgb(207,70,218); }
div.DivClassName
{
background-color: #CF46DA;
}
.BgClassName
{
background-color: #CF46DA;
}
</style>
border-color css
<style>
span { border-color: #CF46DA; }
span { border-color: rgb(207,70,218); }
td.TdClassName
{
border-color: #CF46DA;
}
.TagClassName
{
border-color: #CF46DA;
}
</style>