Shades of Medium Orchid #CF4ADC
Tints of Medium Orchid #CF4ADC
RGB
CMYK
RGB Variations
Color information
#CF4ADC (or 0xCF4ADC) is known color: Medium Orchid. HEX triplet: CF, 4A and DC. RGB value is (207,74,220). Sum of RGB (Red+Green+Blue) = 207+74+220=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 74 (29.30% from 255 or 14.77% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4ADC is #30B523. Grayscale: #818181. Windows color (decimal): -3192100 or 14437071. OLE color: 14437071.
HSL color Cylindrical-coordinate representation of color #CF4ADC: hue angle of 294.66º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4ADC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 74 | 220 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.14 |
| HSL | 294.66º | 0.68% | 0.58% | - |
| HSV(B) | 294.66º | 0.66% | 0.86% | - |
| XYZ | 41.1 | 23.33 | 70.05 | - |
| YUV | 130.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 220 | 0.06 | 0.66 | 0 | 0.14 | 294.66 | 0.68 | 0.58 |
| Hex | CF | 4A | DC | 6 | 42 | 0 | E | 127 | 44 | 3A |
| Octal | 317 | 112 | 334 | 6 | 102 | 0 | 16 | 447 | 104 | 72 |
| Binary | 11001111 | 1001010 | 11011100 | 110 | 1000010 | 0 | 1110 | 100100111 | 1000100 | 111010 |
Color Harmonies of #CF4ADC
Complementary color
Monochromatic Colors of #CF4ADC
Black with #CF4ADC
Text Example
Text Example
White with #CF4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4ADC; }
p { color: rgb(207,74,220); }
H1.HeaderClassName
{
color: #CF4ADC;
}
.AnyTagClassName
{
color: #CF4ADC;
}
</style>
background-color css
<style>
a { background-color: #CF4ADC; }
a { background-color: rgb(207,74,220); }
div.DivClassName
{
background-color: #CF4ADC;
}
.BgClassName
{
background-color: #CF4ADC;
}
</style>
border-color css
<style>
span { border-color: #CF4ADC; }
span { border-color: rgb(207,74,220); }
td.TdClassName
{
border-color: #CF4ADC;
}
.TagClassName
{
border-color: #CF4ADC;
}
</style>