Shades of Medium Orchid #CF3BFF
Tints of Medium Orchid #CF3BFF
RGB
CMYK
RGB Variations
Color information
#CF3BFF (or 0xCF3BFF) is known color: Medium Orchid. HEX triplet: CF, 3B and FF. RGB value is (207,59,255). Sum of RGB (Red+Green+Blue) = 207+59+255=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 59 (23.44% from 255 or 11.32% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF3BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3BFF is #30C400. Grayscale: #7C7C7C. Windows color (decimal): -3195905 or 16726991. OLE color: 16726991.
HSL color Cylindrical-coordinate representation of color #CF3BFF: hue angle of 285.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3BFF is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 59 | 255 | - |
| CMYK | 0.19 | 0.77 | 0 | 0 |
| HSL | 285.31º | 1% | 0.62% | - |
| HSV(B) | 285.31º | 0.77% | 1% | - |
| XYZ | 45.35 | 23.61 | 96.78 | - |
| YUV | 125.6 | 201.03 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 255 | 0.19 | 0.77 | 0 | 0 | 285.31 | 1 | 0.62 |
| Hex | CF | 3B | FF | 13 | 4D | 0 | 0 | 11D | 64 | 3E |
| Octal | 317 | 73 | 377 | 23 | 115 | 0 | 0 | 435 | 144 | 76 |
| Binary | 11001111 | 111011 | 11111111 | 10011 | 1001101 | 0 | 0 | 100011101 | 1100100 | 111110 |
Color Harmonies of #CF3BFF
Complementary color
Monochromatic Colors of #CF3BFF
Black with #CF3BFF
Text Example
Text Example
White with #CF3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BFF; }
p { color: rgb(207,59,255); }
H1.HeaderClassName
{
color: #CF3BFF;
}
.AnyTagClassName
{
color: #CF3BFF;
}
</style>
background-color css
<style>
a { background-color: #CF3BFF; }
a { background-color: rgb(207,59,255); }
div.DivClassName
{
background-color: #CF3BFF;
}
.BgClassName
{
background-color: #CF3BFF;
}
</style>
border-color css
<style>
span { border-color: #CF3BFF; }
span { border-color: rgb(207,59,255); }
td.TdClassName
{
border-color: #CF3BFF;
}
.TagClassName
{
border-color: #CF3BFF;
}
</style>