Shades of Medium Orchid #CF4FF0
Tints of Medium Orchid #CF4FF0
RGB
CMYK
RGB Variations
Color information
#CF4FF0 (or 0xCF4FF0) is known color: Medium Orchid. HEX triplet: CF, 4F and F0. RGB value is (207,79,240). Sum of RGB (Red+Green+Blue) = 207+79+240=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF4FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4FF0 is #30B00F. Grayscale: #878787. Windows color (decimal): -3190800 or 15749071. OLE color: 15749071.
HSL color Cylindrical-coordinate representation of color #CF4FF0: hue angle of 287.7º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4FF0 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 79 | 240 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.06 |
| HSL | 287.7º | 0.84% | 0.63% | - |
| HSV(B) | 287.7º | 0.67% | 0.94% | - |
| XYZ | 44.26 | 25.15 | 84.96 | - |
| YUV | 135.63 | 186.91 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 240 | 0.14 | 0.67 | 0 | 0.06 | 287.7 | 0.84 | 0.63 |
| Hex | CF | 4F | F0 | E | 43 | 0 | 6 | 120 | 54 | 3F |
| Octal | 317 | 117 | 360 | 16 | 103 | 0 | 6 | 440 | 124 | 77 |
| Binary | 11001111 | 1001111 | 11110000 | 1110 | 1000011 | 0 | 110 | 100100000 | 1010100 | 111111 |
Color Harmonies of #CF4FF0
Complementary color
Monochromatic Colors of #CF4FF0
Black with #CF4FF0
Text Example
Text Example
White with #CF4FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FF0; }
p { color: rgb(207,79,240); }
H1.HeaderClassName
{
color: #CF4FF0;
}
.AnyTagClassName
{
color: #CF4FF0;
}
</style>
background-color css
<style>
a { background-color: #CF4FF0; }
a { background-color: rgb(207,79,240); }
div.DivClassName
{
background-color: #CF4FF0;
}
.BgClassName
{
background-color: #CF4FF0;
}
</style>
border-color css
<style>
span { border-color: #CF4FF0; }
span { border-color: rgb(207,79,240); }
td.TdClassName
{
border-color: #CF4FF0;
}
.TagClassName
{
border-color: #CF4FF0;
}
</style>