Shades of Medium Orchid #CF4DDA
Tints of Medium Orchid #CF4DDA
RGB
CMYK
RGB Variations
Color information
#CF4DDA (or 0xCF4DDA) is known color: Medium Orchid. HEX triplet: CF, 4D and DA. RGB value is (207,77,218). Sum of RGB (Red+Green+Blue) = 207+77+218=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DDA is #30B225. Grayscale: #838383. Windows color (decimal): -3191334 or 14306767. OLE color: 14306767.
HSL color Cylindrical-coordinate representation of color #CF4DDA: hue angle of 295.32º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4DDA is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 77 | 218 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.15 |
| HSL | 295.32º | 0.66% | 0.58% | - |
| HSV(B) | 295.32º | 0.65% | 0.85% | - |
| XYZ | 41.04 | 23.64 | 68.73 | - |
| YUV | 131.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 218 | 0.05 | 0.65 | 0 | 0.15 | 295.32 | 0.66 | 0.58 |
| Hex | CF | 4D | DA | 5 | 41 | 0 | F | 127 | 42 | 3A |
| Octal | 317 | 115 | 332 | 5 | 101 | 0 | 17 | 447 | 102 | 72 |
| Binary | 11001111 | 1001101 | 11011010 | 101 | 1000001 | 0 | 1111 | 100100111 | 1000010 | 111010 |
Color Harmonies of #CF4DDA
Complementary color
Monochromatic Colors of #CF4DDA
Black with #CF4DDA
Text Example
Text Example
White with #CF4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DDA; }
p { color: rgb(207,77,218); }
H1.HeaderClassName
{
color: #CF4DDA;
}
.AnyTagClassName
{
color: #CF4DDA;
}
</style>
background-color css
<style>
a { background-color: #CF4DDA; }
a { background-color: rgb(207,77,218); }
div.DivClassName
{
background-color: #CF4DDA;
}
.BgClassName
{
background-color: #CF4DDA;
}
</style>
border-color css
<style>
span { border-color: #CF4DDA; }
span { border-color: rgb(207,77,218); }
td.TdClassName
{
border-color: #CF4DDA;
}
.TagClassName
{
border-color: #CF4DDA;
}
</style>