Shades of Medium Orchid #CF3ADC
Tints of Medium Orchid #CF3ADC
RGB
CMYK
RGB Variations
Color information
#CF3ADC (or 0xCF3ADC) is known color: Medium Orchid. HEX triplet: CF, 3A and DC. RGB value is (207,58,220). Sum of RGB (Red+Green+Blue) = 207+58+220=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF3ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3ADC is #30C523. Grayscale: #787878. Windows color (decimal): -3196196 or 14432975. OLE color: 14432975.
HSL color Cylindrical-coordinate representation of color #CF3ADC: hue angle of 295.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3ADC is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 58 | 220 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.14 |
| HSL | 295.19º | 0.7% | 0.55% | - |
| HSV(B) | 295.19º | 0.74% | 0.86% | - |
| XYZ | 40.16 | 21.46 | 69.74 | - |
| YUV | 121.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 220 | 0.06 | 0.74 | 0 | 0.14 | 295.19 | 0.7 | 0.55 |
| Hex | CF | 3A | DC | 6 | 4A | 0 | E | 127 | 46 | 37 |
| Octal | 317 | 72 | 334 | 6 | 112 | 0 | 16 | 447 | 106 | 67 |
| Binary | 11001111 | 111010 | 11011100 | 110 | 1001010 | 0 | 1110 | 100100111 | 1000110 | 110111 |
Color Harmonies of #CF3ADC
Complementary color
Monochromatic Colors of #CF3ADC
Black with #CF3ADC
Text Example
Text Example
White with #CF3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3ADC; }
p { color: rgb(207,58,220); }
H1.HeaderClassName
{
color: #CF3ADC;
}
.AnyTagClassName
{
color: #CF3ADC;
}
</style>
background-color css
<style>
a { background-color: #CF3ADC; }
a { background-color: rgb(207,58,220); }
div.DivClassName
{
background-color: #CF3ADC;
}
.BgClassName
{
background-color: #CF3ADC;
}
</style>
border-color css
<style>
span { border-color: #CF3ADC; }
span { border-color: rgb(207,58,220); }
td.TdClassName
{
border-color: #CF3ADC;
}
.TagClassName
{
border-color: #CF3ADC;
}
</style>