Shades of Medium Orchid #AF63CC
Tints of Medium Orchid #AF63CC
RGB
CMYK
RGB Variations
Color information
#AF63CC (or 0xAF63CC) is known color: Medium Orchid. HEX triplet: AF, 63 and CC. RGB value is (175,99,204). Sum of RGB (Red+Green+Blue) = 175+99+204=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF63CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63CC is #509C33. Grayscale: #858585. Windows color (decimal): -5282868 or 13394863. OLE color: 13394863.
HSL color Cylindrical-coordinate representation of color #AF63CC: hue angle of 283.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF63CC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 99 | 204 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.2 |
| HSL | 283.43º | 0.51% | 0.59% | - |
| HSV(B) | 283.43º | 0.51% | 0.8% | - |
| XYZ | 33.04 | 22.4 | 59.71 | - |
| YUV | 133.69 | 167.68 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 204 | 0.14 | 0.51 | 0 | 0.2 | 283.43 | 0.51 | 0.59 |
| Hex | AF | 63 | CC | E | 33 | 0 | 14 | 11B | 33 | 3B |
| Octal | 257 | 143 | 314 | 16 | 63 | 0 | 24 | 433 | 63 | 73 |
| Binary | 10101111 | 1100011 | 11001100 | 1110 | 110011 | 0 | 10100 | 100011011 | 110011 | 111011 |
Color Harmonies of #AF63CC
Complementary color
Monochromatic Colors of #AF63CC
Black with #AF63CC
Text Example
Text Example
White with #AF63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63CC; }
p { color: rgb(175,99,204); }
H1.HeaderClassName
{
color: #AF63CC;
}
.AnyTagClassName
{
color: #AF63CC;
}
</style>
background-color css
<style>
a { background-color: #AF63CC; }
a { background-color: rgb(175,99,204); }
div.DivClassName
{
background-color: #AF63CC;
}
.BgClassName
{
background-color: #AF63CC;
}
</style>
border-color css
<style>
span { border-color: #AF63CC; }
span { border-color: rgb(175,99,204); }
td.TdClassName
{
border-color: #AF63CC;
}
.TagClassName
{
border-color: #AF63CC;
}
</style>