Shades of Medium Orchid #CF45F8
Tints of Medium Orchid #CF45F8
RGB
CMYK
RGB Variations
Color information
#CF45F8 (or 0xCF45F8) is known color: Medium Orchid. HEX triplet: CF, 45 and F8. RGB value is (207,69,248). Sum of RGB (Red+Green+Blue) = 207+69+248=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 69 (27.34% from 255 or 13.17% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF45F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF45F8 is #30BA07. Grayscale: #828282. Windows color (decimal): -3193352 or 16270799. OLE color: 16270799.
HSL color Cylindrical-coordinate representation of color #CF45F8: hue angle of 286.26º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF45F8 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 69 | 248 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.03 |
| HSL | 286.26º | 0.93% | 0.62% | - |
| HSV(B) | 286.26º | 0.72% | 0.97% | - |
| XYZ | 44.8 | 24.3 | 91.14 | - |
| YUV | 130.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 248 | 0.17 | 0.72 | 0 | 0.03 | 286.26 | 0.93 | 0.62 |
| Hex | CF | 45 | F8 | 11 | 48 | 0 | 3 | 11E | 5D | 3E |
| Octal | 317 | 105 | 370 | 21 | 110 | 0 | 3 | 436 | 135 | 76 |
| Binary | 11001111 | 1000101 | 11111000 | 10001 | 1001000 | 0 | 11 | 100011110 | 1011101 | 111110 |
Color Harmonies of #CF45F8
Complementary color
Monochromatic Colors of #CF45F8
Black with #CF45F8
Text Example
Text Example
White with #CF45F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45F8; }
p { color: rgb(207,69,248); }
H1.HeaderClassName
{
color: #CF45F8;
}
.AnyTagClassName
{
color: #CF45F8;
}
</style>
background-color css
<style>
a { background-color: #CF45F8; }
a { background-color: rgb(207,69,248); }
div.DivClassName
{
background-color: #CF45F8;
}
.BgClassName
{
background-color: #CF45F8;
}
</style>
border-color css
<style>
span { border-color: #CF45F8; }
span { border-color: rgb(207,69,248); }
td.TdClassName
{
border-color: #CF45F8;
}
.TagClassName
{
border-color: #CF45F8;
}
</style>