Shades of Medium Orchid #CF45E7
Tints of Medium Orchid #CF45E7
RGB
CMYK
RGB Variations
Color information
#CF45E7 (or 0xCF45E7) is known color: Medium Orchid. HEX triplet: CF, 45 and E7. RGB value is (207,69,231). Sum of RGB (Red+Green+Blue) = 207+69+231=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #CF45E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF45E7 is #30BA18. Grayscale: #808080. Windows color (decimal): -3193369 or 15156687. OLE color: 15156687.
HSL color Cylindrical-coordinate representation of color #CF45E7: hue angle of 291.11º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF45E7 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 69 | 231 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.09 |
| HSL | 291.11º | 0.77% | 0.59% | - |
| HSV(B) | 291.11º | 0.7% | 0.91% | - |
| XYZ | 42.28 | 23.29 | 77.87 | - |
| YUV | 128.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 231 | 0.10 | 0.70 | 0 | 0.09 | 291.11 | 0.77 | 0.59 |
| Hex | CF | 45 | E7 | A | 46 | 0 | 9 | 123 | 4D | 3B |
| Octal | 317 | 105 | 347 | 12 | 106 | 0 | 11 | 443 | 115 | 73 |
| Binary | 11001111 | 1000101 | 11100111 | 1010 | 1000110 | 0 | 1001 | 100100011 | 1001101 | 111011 |
Color Harmonies of #CF45E7
Complementary color
Monochromatic Colors of #CF45E7
Black with #CF45E7
Text Example
Text Example
White with #CF45E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45E7; }
p { color: rgb(207,69,231); }
H1.HeaderClassName
{
color: #CF45E7;
}
.AnyTagClassName
{
color: #CF45E7;
}
</style>
background-color css
<style>
a { background-color: #CF45E7; }
a { background-color: rgb(207,69,231); }
div.DivClassName
{
background-color: #CF45E7;
}
.BgClassName
{
background-color: #CF45E7;
}
</style>
border-color css
<style>
span { border-color: #CF45E7; }
span { border-color: rgb(207,69,231); }
td.TdClassName
{
border-color: #CF45E7;
}
.TagClassName
{
border-color: #CF45E7;
}
</style>