Shades of Medium Orchid #CF51DA
Tints of Medium Orchid #CF51DA
RGB
CMYK
RGB Variations
Color information
#CF51DA (or 0xCF51DA) is known color: Medium Orchid. HEX triplet: CF, 51 and DA. RGB value is (207,81,218). Sum of RGB (Red+Green+Blue) = 207+81+218=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF51DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF51DA is #30AE25. Grayscale: #858585. Windows color (decimal): -3190310 or 14307791. OLE color: 14307791.
HSL color Cylindrical-coordinate representation of color #CF51DA: hue angle of 295.18º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF51DA is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 81 | 218 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.15 |
| HSL | 295.18º | 0.65% | 0.59% | - |
| HSV(B) | 295.18º | 0.63% | 0.85% | - |
| XYZ | 41.33 | 24.21 | 68.82 | - |
| YUV | 134.29 | 175.24 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 218 | 0.05 | 0.63 | 0 | 0.15 | 295.18 | 0.65 | 0.59 |
| Hex | CF | 51 | DA | 5 | 3F | 0 | F | 127 | 41 | 3B |
| Octal | 317 | 121 | 332 | 5 | 77 | 0 | 17 | 447 | 101 | 73 |
| Binary | 11001111 | 1010001 | 11011010 | 101 | 111111 | 0 | 1111 | 100100111 | 1000001 | 111011 |
Color Harmonies of #CF51DA
Complementary color
Monochromatic Colors of #CF51DA
Black with #CF51DA
Text Example
Text Example
White with #CF51DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51DA; }
p { color: rgb(207,81,218); }
H1.HeaderClassName
{
color: #CF51DA;
}
.AnyTagClassName
{
color: #CF51DA;
}
</style>
background-color css
<style>
a { background-color: #CF51DA; }
a { background-color: rgb(207,81,218); }
div.DivClassName
{
background-color: #CF51DA;
}
.BgClassName
{
background-color: #CF51DA;
}
</style>
border-color css
<style>
span { border-color: #CF51DA; }
span { border-color: rgb(207,81,218); }
td.TdClassName
{
border-color: #CF51DA;
}
.TagClassName
{
border-color: #CF51DA;
}
</style>