Shades of Medium Orchid #AF6CCD
Tints of Medium Orchid #AF6CCD
RGB
CMYK
RGB Variations
Color information
#AF6CCD (or 0xAF6CCD) is known color: Medium Orchid. HEX triplet: AF, 6C and CD. RGB value is (175,108,205). Sum of RGB (Red+Green+Blue) = 175+108+205=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF6CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CCD is #509332. Grayscale: #8A8A8A. Windows color (decimal): -5280563 or 13462703. OLE color: 13462703.
HSL color Cylindrical-coordinate representation of color #AF6CCD: hue angle of 281.44º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF6CCD is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 108 | 205 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.20 |
| HSL | 281.44º | 0.49% | 0.61% | - |
| HSV(B) | 281.44º | 0.47% | 0.8% | - |
| XYZ | 34.06 | 24.25 | 60.64 | - |
| YUV | 139.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 205 | 0.15 | 0.47 | 0 | 0.20 | 281.44 | 0.49 | 0.61 |
| Hex | AF | 6C | CD | F | 2F | 0 | 14 | 119 | 31 | 3D |
| Octal | 257 | 154 | 315 | 17 | 57 | 0 | 24 | 431 | 61 | 75 |
| Binary | 10101111 | 1101100 | 11001101 | 1111 | 101111 | 0 | 10100 | 100011001 | 110001 | 111101 |
Color Harmonies of #AF6CCD
Complementary color
Monochromatic Colors of #AF6CCD
Black with #AF6CCD
Text Example
Text Example
White with #AF6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CCD; }
p { color: rgb(175,108,205); }
H1.HeaderClassName
{
color: #AF6CCD;
}
.AnyTagClassName
{
color: #AF6CCD;
}
</style>
background-color css
<style>
a { background-color: #AF6CCD; }
a { background-color: rgb(175,108,205); }
div.DivClassName
{
background-color: #AF6CCD;
}
.BgClassName
{
background-color: #AF6CCD;
}
</style>
border-color css
<style>
span { border-color: #AF6CCD; }
span { border-color: rgb(175,108,205); }
td.TdClassName
{
border-color: #AF6CCD;
}
.TagClassName
{
border-color: #AF6CCD;
}
</style>