Shades of Medium Orchid #CF3BF1
Tints of Medium Orchid #CF3BF1
RGB
CMYK
RGB Variations
Color information
#CF3BF1 (or 0xCF3BF1) is known color: Medium Orchid. HEX triplet: CF, 3B and F1. RGB value is (207,59,241). Sum of RGB (Red+Green+Blue) = 207+59+241=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF3BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3BF1 is #30C40E. Grayscale: #7B7B7B. Windows color (decimal): -3195919 or 15809487. OLE color: 15809487.
HSL color Cylindrical-coordinate representation of color #CF3BF1: hue angle of 288.79º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3BF1 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 59 | 241 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.05 |
| HSL | 288.79º | 0.87% | 0.59% | - |
| HSV(B) | 288.79º | 0.76% | 0.95% | - |
| XYZ | 43.17 | 22.74 | 85.33 | - |
| YUV | 124 | 194.03 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 241 | 0.14 | 0.76 | 0 | 0.05 | 288.79 | 0.87 | 0.59 |
| Hex | CF | 3B | F1 | E | 4C | 0 | 5 | 121 | 57 | 3B |
| Octal | 317 | 73 | 361 | 16 | 114 | 0 | 5 | 441 | 127 | 73 |
| Binary | 11001111 | 111011 | 11110001 | 1110 | 1001100 | 0 | 101 | 100100001 | 1010111 | 111011 |
Color Harmonies of #CF3BF1
Complementary color
Monochromatic Colors of #CF3BF1
Black with #CF3BF1
Text Example
Text Example
White with #CF3BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BF1; }
p { color: rgb(207,59,241); }
H1.HeaderClassName
{
color: #CF3BF1;
}
.AnyTagClassName
{
color: #CF3BF1;
}
</style>
background-color css
<style>
a { background-color: #CF3BF1; }
a { background-color: rgb(207,59,241); }
div.DivClassName
{
background-color: #CF3BF1;
}
.BgClassName
{
background-color: #CF3BF1;
}
</style>
border-color css
<style>
span { border-color: #CF3BF1; }
span { border-color: rgb(207,59,241); }
td.TdClassName
{
border-color: #CF3BF1;
}
.TagClassName
{
border-color: #CF3BF1;
}
</style>