Shades of Medium Orchid #CF4ADD
Tints of Medium Orchid #CF4ADD
RGB
CMYK
RGB Variations
Color information
#CF4ADD (or 0xCF4ADD) is known color: Medium Orchid. HEX triplet: CF, 4A and DD. RGB value is (207,74,221). Sum of RGB (Red+Green+Blue) = 207+74+221=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF4ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4ADD is #30B522. Grayscale: #828282. Windows color (decimal): -3192099 or 14502607. OLE color: 14502607.
HSL color Cylindrical-coordinate representation of color #CF4ADD: hue angle of 294.29º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4ADD is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 74 | 221 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.13 |
| HSL | 294.29º | 0.68% | 0.58% | - |
| HSV(B) | 294.29º | 0.67% | 0.87% | - |
| XYZ | 41.23 | 23.38 | 70.75 | - |
| YUV | 130.53 | 179.06 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 221 | 0.06 | 0.67 | 0 | 0.13 | 294.29 | 0.68 | 0.58 |
| Hex | CF | 4A | DD | 6 | 43 | 0 | D | 126 | 44 | 3A |
| Octal | 317 | 112 | 335 | 6 | 103 | 0 | 15 | 446 | 104 | 72 |
| Binary | 11001111 | 1001010 | 11011101 | 110 | 1000011 | 0 | 1101 | 100100110 | 1000100 | 111010 |
Color Harmonies of #CF4ADD
Complementary color
Monochromatic Colors of #CF4ADD
Black with #CF4ADD
Text Example
Text Example
White with #CF4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4ADD; }
p { color: rgb(207,74,221); }
H1.HeaderClassName
{
color: #CF4ADD;
}
.AnyTagClassName
{
color: #CF4ADD;
}
</style>
background-color css
<style>
a { background-color: #CF4ADD; }
a { background-color: rgb(207,74,221); }
div.DivClassName
{
background-color: #CF4ADD;
}
.BgClassName
{
background-color: #CF4ADD;
}
</style>
border-color css
<style>
span { border-color: #CF4ADD; }
span { border-color: rgb(207,74,221); }
td.TdClassName
{
border-color: #CF4ADD;
}
.TagClassName
{
border-color: #CF4ADD;
}
</style>