Shades of Medium Orchid #CF51F2
Tints of Medium Orchid #CF51F2
RGB
CMYK
RGB Variations
Color information
#CF51F2 (or 0xCF51F2) is known color: Medium Orchid. HEX triplet: CF, 51 and F2. RGB value is (207,81,242). Sum of RGB (Red+Green+Blue) = 207+81+242=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF51F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51F2 is #30AE0D. Grayscale: #888888. Windows color (decimal): -3190286 or 15880655. OLE color: 15880655.
HSL color Cylindrical-coordinate representation of color #CF51F2: hue angle of 286.96º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF51F2 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 81 | 242 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.05 |
| HSL | 286.96º | 0.86% | 0.63% | - |
| HSV(B) | 286.96º | 0.67% | 0.95% | - |
| XYZ | 44.7 | 25.56 | 86.58 | - |
| YUV | 137.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 242 | 0.14 | 0.67 | 0 | 0.05 | 286.96 | 0.86 | 0.63 |
| Hex | CF | 51 | F2 | E | 43 | 0 | 5 | 11F | 56 | 3F |
| Octal | 317 | 121 | 362 | 16 | 103 | 0 | 5 | 437 | 126 | 77 |
| Binary | 11001111 | 1010001 | 11110010 | 1110 | 1000011 | 0 | 101 | 100011111 | 1010110 | 111111 |
Color Harmonies of #CF51F2
Complementary color
Monochromatic Colors of #CF51F2
Black with #CF51F2
Text Example
Text Example
White with #CF51F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51F2; }
p { color: rgb(207,81,242); }
H1.HeaderClassName
{
color: #CF51F2;
}
.AnyTagClassName
{
color: #CF51F2;
}
</style>
background-color css
<style>
a { background-color: #CF51F2; }
a { background-color: rgb(207,81,242); }
div.DivClassName
{
background-color: #CF51F2;
}
.BgClassName
{
background-color: #CF51F2;
}
</style>
border-color css
<style>
span { border-color: #CF51F2; }
span { border-color: rgb(207,81,242); }
td.TdClassName
{
border-color: #CF51F2;
}
.TagClassName
{
border-color: #CF51F2;
}
</style>