Shades of Medium Orchid #CF4CDD
Tints of Medium Orchid #CF4CDD
RGB
CMYK
RGB Variations
Color information
#CF4CDD (or 0xCF4CDD) is known color: Medium Orchid. HEX triplet: CF, 4C and DD. RGB value is (207,76,221). Sum of RGB (Red+Green+Blue) = 207+76+221=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF4CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CDD is #30B322. Grayscale: #838383. Windows color (decimal): -3191587 or 14503119. OLE color: 14503119.
HSL color Cylindrical-coordinate representation of color #CF4CDD: hue angle of 294.21º degrees, saturation: 0.68, 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 #CF4CDD is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 76 | 221 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.13 |
| HSL | 294.21º | 0.68% | 0.58% | - |
| HSV(B) | 294.21º | 0.66% | 0.87% | - |
| XYZ | 41.37 | 23.65 | 70.79 | - |
| YUV | 131.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 221 | 0.06 | 0.66 | 0 | 0.13 | 294.21 | 0.68 | 0.58 |
| Hex | CF | 4C | DD | 6 | 42 | 0 | D | 126 | 44 | 3A |
| Octal | 317 | 114 | 335 | 6 | 102 | 0 | 15 | 446 | 104 | 72 |
| Binary | 11001111 | 1001100 | 11011101 | 110 | 1000010 | 0 | 1101 | 100100110 | 1000100 | 111010 |
Color Harmonies of #CF4CDD
Complementary color
Monochromatic Colors of #CF4CDD
Black with #CF4CDD
Text Example
Text Example
White with #CF4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CDD; }
p { color: rgb(207,76,221); }
H1.HeaderClassName
{
color: #CF4CDD;
}
.AnyTagClassName
{
color: #CF4CDD;
}
</style>
background-color css
<style>
a { background-color: #CF4CDD; }
a { background-color: rgb(207,76,221); }
div.DivClassName
{
background-color: #CF4CDD;
}
.BgClassName
{
background-color: #CF4CDD;
}
</style>
border-color css
<style>
span { border-color: #CF4CDD; }
span { border-color: rgb(207,76,221); }
td.TdClassName
{
border-color: #CF4CDD;
}
.TagClassName
{
border-color: #CF4CDD;
}
</style>