Shades of Medium Orchid #AF63CB
Tints of Medium Orchid #AF63CB
RGB
CMYK
RGB Variations
Color information
#AF63CB (or 0xAF63CB) is known color: Medium Orchid. HEX triplet: AF, 63 and CB. RGB value is (175,99,203). Sum of RGB (Red+Green+Blue) = 175+99+203=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF63CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63CB is #509C34. Grayscale: #858585. Windows color (decimal): -5282869 or 13329327. OLE color: 13329327.
HSL color Cylindrical-coordinate representation of color #AF63CB: hue angle of 283.85º degrees, saturation: 0.5, 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 #AF63CB is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 99 | 203 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.20 |
| HSL | 283.85º | 0.5% | 0.59% | - |
| HSV(B) | 283.85º | 0.51% | 0.8% | - |
| XYZ | 32.92 | 22.35 | 59.08 | - |
| YUV | 133.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 203 | 0.14 | 0.51 | 0 | 0.20 | 283.85 | 0.5 | 0.59 |
| Hex | AF | 63 | CB | E | 33 | 0 | 14 | 11C | 32 | 3B |
| Octal | 257 | 143 | 313 | 16 | 63 | 0 | 24 | 434 | 62 | 73 |
| Binary | 10101111 | 1100011 | 11001011 | 1110 | 110011 | 0 | 10100 | 100011100 | 110010 | 111011 |
Color Harmonies of #AF63CB
Complementary color
Monochromatic Colors of #AF63CB
Black with #AF63CB
Text Example
Text Example
White with #AF63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63CB; }
p { color: rgb(175,99,203); }
H1.HeaderClassName
{
color: #AF63CB;
}
.AnyTagClassName
{
color: #AF63CB;
}
</style>
background-color css
<style>
a { background-color: #AF63CB; }
a { background-color: rgb(175,99,203); }
div.DivClassName
{
background-color: #AF63CB;
}
.BgClassName
{
background-color: #AF63CB;
}
</style>
border-color css
<style>
span { border-color: #AF63CB; }
span { border-color: rgb(175,99,203); }
td.TdClassName
{
border-color: #AF63CB;
}
.TagClassName
{
border-color: #AF63CB;
}
</style>