Shades of Medium Orchid #CF38E8
Tints of Medium Orchid #CF38E8
RGB
CMYK
RGB Variations
Color information
#CF38E8 (or 0xCF38E8) is known color: Medium Orchid. HEX triplet: CF, 38 and E8. RGB value is (207,56,232). Sum of RGB (Red+Green+Blue) = 207+56+232=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 56 (22.27% from 255 or 11.31% from 495); Blue value is 232 (91.02% from 255 or 46.87% from 495); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF38E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF38E8 is #30C717. Grayscale: #787878. Windows color (decimal): -3196696 or 15218895. OLE color: 15218895.
HSL color Cylindrical-coordinate representation of color #CF38E8: hue angle of 291.48º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF38E8 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 56 | 232 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.09 |
| HSL | 291.48º | 0.79% | 0.56% | - |
| HSV(B) | 291.48º | 0.76% | 0.91% | - |
| XYZ | 41.71 | 21.92 | 78.38 | - |
| YUV | 121.21 | 190.53 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 232 | 0.11 | 0.76 | 0 | 0.09 | 291.48 | 0.79 | 0.56 |
| Hex | CF | 38 | E8 | B | 4C | 0 | 9 | 123 | 4F | 38 |
| Octal | 317 | 70 | 350 | 13 | 114 | 0 | 11 | 443 | 117 | 70 |
| Binary | 11001111 | 111000 | 11101000 | 1011 | 1001100 | 0 | 1001 | 100100011 | 1001111 | 111000 |
Color Harmonies of #CF38E8
Complementary color
Monochromatic Colors of #CF38E8
Black with #CF38E8
Text Example
Text Example
White with #CF38E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38E8; }
p { color: rgb(207,56,232); }
H1.HeaderClassName
{
color: #CF38E8;
}
.AnyTagClassName
{
color: #CF38E8;
}
</style>
background-color css
<style>
a { background-color: #CF38E8; }
a { background-color: rgb(207,56,232); }
div.DivClassName
{
background-color: #CF38E8;
}
.BgClassName
{
background-color: #CF38E8;
}
</style>
border-color css
<style>
span { border-color: #CF38E8; }
span { border-color: rgb(207,56,232); }
td.TdClassName
{
border-color: #CF38E8;
}
.TagClassName
{
border-color: #CF38E8;
}
</style>