Shades of Medium Orchid #CF4BD8
Tints of Medium Orchid #CF4BD8
RGB
CMYK
RGB Variations
Color information
#CF4BD8 (or 0xCF4BD8) is known color: Medium Orchid. HEX triplet: CF, 4B and D8. RGB value is (207,75,216). Sum of RGB (Red+Green+Blue) = 207+75+216=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF4BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BD8 is #30B427. Grayscale: #828282. Windows color (decimal): -3191848 or 14175183. OLE color: 14175183.
HSL color Cylindrical-coordinate representation of color #CF4BD8: hue angle of 296.17º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4BD8 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 75 | 216 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.15 |
| HSL | 296.17º | 0.64% | 0.57% | - |
| HSV(B) | 296.17º | 0.65% | 0.85% | - |
| XYZ | 40.64 | 23.26 | 67.31 | - |
| YUV | 130.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 216 | 0.04 | 0.65 | 0 | 0.15 | 296.17 | 0.64 | 0.57 |
| Hex | CF | 4B | D8 | 4 | 41 | 0 | F | 128 | 40 | 39 |
| Octal | 317 | 113 | 330 | 4 | 101 | 0 | 17 | 450 | 100 | 71 |
| Binary | 11001111 | 1001011 | 11011000 | 100 | 1000001 | 0 | 1111 | 100101000 | 1000000 | 111001 |
Color Harmonies of #CF4BD8
Complementary color
Monochromatic Colors of #CF4BD8
Black with #CF4BD8
Text Example
Text Example
White with #CF4BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BD8; }
p { color: rgb(207,75,216); }
H1.HeaderClassName
{
color: #CF4BD8;
}
.AnyTagClassName
{
color: #CF4BD8;
}
</style>
background-color css
<style>
a { background-color: #CF4BD8; }
a { background-color: rgb(207,75,216); }
div.DivClassName
{
background-color: #CF4BD8;
}
.BgClassName
{
background-color: #CF4BD8;
}
</style>
border-color css
<style>
span { border-color: #CF4BD8; }
span { border-color: rgb(207,75,216); }
td.TdClassName
{
border-color: #CF4BD8;
}
.TagClassName
{
border-color: #CF4BD8;
}
</style>