Shades of Medium Orchid #CF4BDE
Tints of Medium Orchid #CF4BDE
RGB
CMYK
RGB Variations
Color information
#CF4BDE (or 0xCF4BDE) is known color: Medium Orchid. HEX triplet: CF, 4B and DE. RGB value is (207,75,222). Sum of RGB (Red+Green+Blue) = 207+75+222=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF4BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BDE is #30B421. Grayscale: #828282. Windows color (decimal): -3191842 or 14568399. OLE color: 14568399.
HSL color Cylindrical-coordinate representation of color #CF4BDE: hue angle of 293.88º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4BDE is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 75 | 222 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.13 |
| HSL | 293.88º | 0.69% | 0.58% | - |
| HSV(B) | 293.88º | 0.66% | 0.87% | - |
| XYZ | 41.43 | 23.57 | 71.47 | - |
| YUV | 131.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 222 | 0.07 | 0.66 | 0 | 0.13 | 293.88 | 0.69 | 0.58 |
| Hex | CF | 4B | DE | 7 | 42 | 0 | D | 126 | 45 | 3A |
| Octal | 317 | 113 | 336 | 7 | 102 | 0 | 15 | 446 | 105 | 72 |
| Binary | 11001111 | 1001011 | 11011110 | 111 | 1000010 | 0 | 1101 | 100100110 | 1000101 | 111010 |
Color Harmonies of #CF4BDE
Complementary color
Monochromatic Colors of #CF4BDE
Black with #CF4BDE
Text Example
Text Example
White with #CF4BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BDE; }
p { color: rgb(207,75,222); }
H1.HeaderClassName
{
color: #CF4BDE;
}
.AnyTagClassName
{
color: #CF4BDE;
}
</style>
background-color css
<style>
a { background-color: #CF4BDE; }
a { background-color: rgb(207,75,222); }
div.DivClassName
{
background-color: #CF4BDE;
}
.BgClassName
{
background-color: #CF4BDE;
}
</style>
border-color css
<style>
span { border-color: #CF4BDE; }
span { border-color: rgb(207,75,222); }
td.TdClassName
{
border-color: #CF4BDE;
}
.TagClassName
{
border-color: #CF4BDE;
}
</style>