Shades of Medium Orchid #CF5ADC
Tints of Medium Orchid #CF5ADC
RGB
CMYK
RGB Variations
Color information
#CF5ADC (or 0xCF5ADC) is known color: Medium Orchid. HEX triplet: CF, 5A and DC. RGB value is (207,90,220). Sum of RGB (Red+Green+Blue) = 207+90+220=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF5ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ADC is #30A523. Grayscale: #8B8B8B. Windows color (decimal): -3188004 or 14441167. OLE color: 14441167.
HSL color Cylindrical-coordinate representation of color #CF5ADC: hue angle of 294º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5ADC is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 90 | 220 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.14 |
| HSL | 294º | 0.65% | 0.61% | - |
| HSV(B) | 294º | 0.59% | 0.86% | - |
| XYZ | 42.31 | 25.75 | 70.45 | - |
| YUV | 139.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 220 | 0.06 | 0.59 | 0 | 0.14 | 294 | 0.65 | 0.61 |
| Hex | CF | 5A | DC | 6 | 3B | 0 | E | 126 | 41 | 3D |
| Octal | 317 | 132 | 334 | 6 | 73 | 0 | 16 | 446 | 101 | 75 |
| Binary | 11001111 | 1011010 | 11011100 | 110 | 111011 | 0 | 1110 | 100100110 | 1000001 | 111101 |
Color Harmonies of #CF5ADC
Complementary color
Monochromatic Colors of #CF5ADC
Black with #CF5ADC
Text Example
Text Example
White with #CF5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5ADC; }
p { color: rgb(207,90,220); }
H1.HeaderClassName
{
color: #CF5ADC;
}
.AnyTagClassName
{
color: #CF5ADC;
}
</style>
background-color css
<style>
a { background-color: #CF5ADC; }
a { background-color: rgb(207,90,220); }
div.DivClassName
{
background-color: #CF5ADC;
}
.BgClassName
{
background-color: #CF5ADC;
}
</style>
border-color css
<style>
span { border-color: #CF5ADC; }
span { border-color: rgb(207,90,220); }
td.TdClassName
{
border-color: #CF5ADC;
}
.TagClassName
{
border-color: #CF5ADC;
}
</style>