Shades of Medium Orchid #CF38E6
Tints of Medium Orchid #CF38E6
RGB
CMYK
RGB Variations
Color information
#CF38E6 (or 0xCF38E6) is known color: Medium Orchid. HEX triplet: CF, 38 and E6. RGB value is (207,56,230). Sum of RGB (Red+Green+Blue) = 207+56+230=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 56 (22.27% from 255 or 11.36% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF38E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF38E6 is #30C719. Grayscale: #787878. Windows color (decimal): -3196698 or 15087823. OLE color: 15087823.
HSL color Cylindrical-coordinate representation of color #CF38E6: hue angle of 292.07º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF38E6 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 56 | 230 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.10 |
| HSL | 292.07º | 0.78% | 0.56% | - |
| HSV(B) | 292.07º | 0.76% | 0.9% | - |
| XYZ | 41.43 | 21.81 | 76.89 | - |
| YUV | 120.99 | 189.53 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 230 | 0.10 | 0.76 | 0 | 0.10 | 292.07 | 0.78 | 0.56 |
| Hex | CF | 38 | E6 | A | 4C | 0 | A | 124 | 4E | 38 |
| Octal | 317 | 70 | 346 | 12 | 114 | 0 | 12 | 444 | 116 | 70 |
| Binary | 11001111 | 111000 | 11100110 | 1010 | 1001100 | 0 | 1010 | 100100100 | 1001110 | 111000 |
Color Harmonies of #CF38E6
Complementary color
Monochromatic Colors of #CF38E6
Black with #CF38E6
Text Example
Text Example
White with #CF38E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38E6; }
p { color: rgb(207,56,230); }
H1.HeaderClassName
{
color: #CF38E6;
}
.AnyTagClassName
{
color: #CF38E6;
}
</style>
background-color css
<style>
a { background-color: #CF38E6; }
a { background-color: rgb(207,56,230); }
div.DivClassName
{
background-color: #CF38E6;
}
.BgClassName
{
background-color: #CF38E6;
}
</style>
border-color css
<style>
span { border-color: #CF38E6; }
span { border-color: rgb(207,56,230); }
td.TdClassName
{
border-color: #CF38E6;
}
.TagClassName
{
border-color: #CF38E6;
}
</style>