Shades of Medium Orchid #CF4FF1
Tints of Medium Orchid #CF4FF1
RGB
CMYK
RGB Variations
Color information
#CF4FF1 (or 0xCF4FF1) is known color: Medium Orchid. HEX triplet: CF, 4F and F1. RGB value is (207,79,241). Sum of RGB (Red+Green+Blue) = 207+79+241=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF4FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4FF1 is #30B00E. Grayscale: #878787. Windows color (decimal): -3190799 or 15814607. OLE color: 15814607.
HSL color Cylindrical-coordinate representation of color #CF4FF1: hue angle of 287.41º degrees, saturation: 0.85, 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 #CF4FF1 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 79 | 241 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.05 |
| HSL | 287.41º | 0.85% | 0.63% | - |
| HSV(B) | 287.41º | 0.67% | 0.95% | - |
| XYZ | 44.41 | 25.21 | 85.74 | - |
| YUV | 135.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 241 | 0.14 | 0.67 | 0 | 0.05 | 287.41 | 0.85 | 0.63 |
| Hex | CF | 4F | F1 | E | 43 | 0 | 5 | 11F | 55 | 3F |
| Octal | 317 | 117 | 361 | 16 | 103 | 0 | 5 | 437 | 125 | 77 |
| Binary | 11001111 | 1001111 | 11110001 | 1110 | 1000011 | 0 | 101 | 100011111 | 1010101 | 111111 |
Color Harmonies of #CF4FF1
Complementary color
Monochromatic Colors of #CF4FF1
Black with #CF4FF1
Text Example
Text Example
White with #CF4FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FF1; }
p { color: rgb(207,79,241); }
H1.HeaderClassName
{
color: #CF4FF1;
}
.AnyTagClassName
{
color: #CF4FF1;
}
</style>
background-color css
<style>
a { background-color: #CF4FF1; }
a { background-color: rgb(207,79,241); }
div.DivClassName
{
background-color: #CF4FF1;
}
.BgClassName
{
background-color: #CF4FF1;
}
</style>
border-color css
<style>
span { border-color: #CF4FF1; }
span { border-color: rgb(207,79,241); }
td.TdClassName
{
border-color: #CF4FF1;
}
.TagClassName
{
border-color: #CF4FF1;
}
</style>