Shades of Medium Orchid #CF4BD6
Tints of Medium Orchid #CF4BD6
RGB
CMYK
RGB Variations
Color information
#CF4BD6 (or 0xCF4BD6) is known color: Medium Orchid. HEX triplet: CF, 4B and D6. RGB value is (207,75,214). Sum of RGB (Red+Green+Blue) = 207+75+214=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF4BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BD6 is #30B429. Grayscale: #818181. Windows color (decimal): -3191850 or 14044111. OLE color: 14044111.
HSL color Cylindrical-coordinate representation of color #CF4BD6: hue angle of 296.98º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4BD6 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 75 | 214 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.16 |
| HSL | 296.98º | 0.63% | 0.57% | - |
| HSV(B) | 296.98º | 0.65% | 0.84% | - |
| XYZ | 40.39 | 23.15 | 65.96 | - |
| YUV | 130.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 214 | 0.03 | 0.65 | 0 | 0.16 | 296.98 | 0.63 | 0.57 |
| Hex | CF | 4B | D6 | 3 | 41 | 0 | 10 | 129 | 3F | 39 |
| Octal | 317 | 113 | 326 | 3 | 101 | 0 | 20 | 451 | 77 | 71 |
| Binary | 11001111 | 1001011 | 11010110 | 11 | 1000001 | 0 | 10000 | 100101001 | 111111 | 111001 |
Color Harmonies of #CF4BD6
Complementary color
Monochromatic Colors of #CF4BD6
Black with #CF4BD6
Text Example
Text Example
White with #CF4BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BD6; }
p { color: rgb(207,75,214); }
H1.HeaderClassName
{
color: #CF4BD6;
}
.AnyTagClassName
{
color: #CF4BD6;
}
</style>
background-color css
<style>
a { background-color: #CF4BD6; }
a { background-color: rgb(207,75,214); }
div.DivClassName
{
background-color: #CF4BD6;
}
.BgClassName
{
background-color: #CF4BD6;
}
</style>
border-color css
<style>
span { border-color: #CF4BD6; }
span { border-color: rgb(207,75,214); }
td.TdClassName
{
border-color: #CF4BD6;
}
.TagClassName
{
border-color: #CF4BD6;
}
</style>