Shades of Medium Orchid #CF44E8
Tints of Medium Orchid #CF44E8
RGB
CMYK
RGB Variations
Color information
#CF44E8 (or 0xCF44E8) is known color: Medium Orchid. HEX triplet: CF, 44 and E8. RGB value is (207,68,232). Sum of RGB (Red+Green+Blue) = 207+68+232=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 68 (26.95% from 255 or 13.41% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF44E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF44E8 is #30BB17. Grayscale: #7F7F7F. Windows color (decimal): -3193624 or 15221967. OLE color: 15221967.
HSL color Cylindrical-coordinate representation of color #CF44E8: hue angle of 290.85º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF44E8 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 68 | 232 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.09 |
| HSL | 290.85º | 0.78% | 0.59% | - |
| HSV(B) | 290.85º | 0.71% | 0.91% | - |
| XYZ | 42.36 | 23.23 | 78.59 | - |
| YUV | 128.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 232 | 0.11 | 0.71 | 0 | 0.09 | 290.85 | 0.78 | 0.59 |
| Hex | CF | 44 | E8 | B | 47 | 0 | 9 | 123 | 4E | 3B |
| Octal | 317 | 104 | 350 | 13 | 107 | 0 | 11 | 443 | 116 | 73 |
| Binary | 11001111 | 1000100 | 11101000 | 1011 | 1000111 | 0 | 1001 | 100100011 | 1001110 | 111011 |
Color Harmonies of #CF44E8
Complementary color
Monochromatic Colors of #CF44E8
Black with #CF44E8
Text Example
Text Example
White with #CF44E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF44E8; }
p { color: rgb(207,68,232); }
H1.HeaderClassName
{
color: #CF44E8;
}
.AnyTagClassName
{
color: #CF44E8;
}
</style>
background-color css
<style>
a { background-color: #CF44E8; }
a { background-color: rgb(207,68,232); }
div.DivClassName
{
background-color: #CF44E8;
}
.BgClassName
{
background-color: #CF44E8;
}
</style>
border-color css
<style>
span { border-color: #CF44E8; }
span { border-color: rgb(207,68,232); }
td.TdClassName
{
border-color: #CF44E8;
}
.TagClassName
{
border-color: #CF44E8;
}
</style>