Shades of Medium Orchid #AF4FDC
Tints of Medium Orchid #AF4FDC
RGB
CMYK
RGB Variations
Color information
#AF4FDC (or 0xAF4FDC) is known color: Medium Orchid. HEX triplet: AF, 4F and DC. RGB value is (175,79,220). Sum of RGB (Red+Green+Blue) = 175+79+220=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF4FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FDC is #50B023. Grayscale: #7B7B7B. Windows color (decimal): -5287972 or 14438319. OLE color: 14438319.
HSL color Cylindrical-coordinate representation of color #AF4FDC: hue angle of 280.85º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4FDC is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 79 | 220 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.14 |
| HSL | 280.85º | 0.67% | 0.59% | - |
| HSV(B) | 280.85º | 0.64% | 0.86% | - |
| XYZ | 33.39 | 19.87 | 69.79 | - |
| YUV | 123.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 220 | 0.20 | 0.64 | 0 | 0.14 | 280.85 | 0.67 | 0.59 |
| Hex | AF | 4F | DC | 14 | 40 | 0 | E | 119 | 43 | 3B |
| Octal | 257 | 117 | 334 | 24 | 100 | 0 | 16 | 431 | 103 | 73 |
| Binary | 10101111 | 1001111 | 11011100 | 10100 | 1000000 | 0 | 1110 | 100011001 | 1000011 | 111011 |
Color Harmonies of #AF4FDC
Complementary color
Monochromatic Colors of #AF4FDC
Black with #AF4FDC
Text Example
Text Example
White with #AF4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FDC; }
p { color: rgb(175,79,220); }
H1.HeaderClassName
{
color: #AF4FDC;
}
.AnyTagClassName
{
color: #AF4FDC;
}
</style>
background-color css
<style>
a { background-color: #AF4FDC; }
a { background-color: rgb(175,79,220); }
div.DivClassName
{
background-color: #AF4FDC;
}
.BgClassName
{
background-color: #AF4FDC;
}
</style>
border-color css
<style>
span { border-color: #AF4FDC; }
span { border-color: rgb(175,79,220); }
td.TdClassName
{
border-color: #AF4FDC;
}
.TagClassName
{
border-color: #AF4FDC;
}
</style>