Shades of Medium Orchid #CF3FE7
Tints of Medium Orchid #CF3FE7
RGB
CMYK
RGB Variations
Color information
#CF3FE7 (or 0xCF3FE7) is known color: Medium Orchid. HEX triplet: CF, 3F and E7. RGB value is (207,63,231). Sum of RGB (Red+Green+Blue) = 207+63+231=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 231 (90.62% from 255 or 46.11% from 501); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF3FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3FE7 is #30C018. Grayscale: #7C7C7C. Windows color (decimal): -3194905 or 15155151. OLE color: 15155151.
HSL color Cylindrical-coordinate representation of color #CF3FE7: hue angle of 291.43º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3FE7 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 63 | 231 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.09 |
| HSL | 291.43º | 0.78% | 0.58% | - |
| HSV(B) | 291.43º | 0.73% | 0.91% | - |
| XYZ | 41.93 | 22.59 | 77.75 | - |
| YUV | 125.21 | 187.71 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 231 | 0.10 | 0.73 | 0 | 0.09 | 291.43 | 0.78 | 0.58 |
| Hex | CF | 3F | E7 | A | 49 | 0 | 9 | 123 | 4E | 3A |
| Octal | 317 | 77 | 347 | 12 | 111 | 0 | 11 | 443 | 116 | 72 |
| Binary | 11001111 | 111111 | 11100111 | 1010 | 1001001 | 0 | 1001 | 100100011 | 1001110 | 111010 |
Color Harmonies of #CF3FE7
Complementary color
Monochromatic Colors of #CF3FE7
Black with #CF3FE7
Text Example
Text Example
White with #CF3FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FE7; }
p { color: rgb(207,63,231); }
H1.HeaderClassName
{
color: #CF3FE7;
}
.AnyTagClassName
{
color: #CF3FE7;
}
</style>
background-color css
<style>
a { background-color: #CF3FE7; }
a { background-color: rgb(207,63,231); }
div.DivClassName
{
background-color: #CF3FE7;
}
.BgClassName
{
background-color: #CF3FE7;
}
</style>
border-color css
<style>
span { border-color: #CF3FE7; }
span { border-color: rgb(207,63,231); }
td.TdClassName
{
border-color: #CF3FE7;
}
.TagClassName
{
border-color: #CF3FE7;
}
</style>