Shades of Medium Orchid #AF5CCB
Tints of Medium Orchid #AF5CCB
RGB
CMYK
RGB Variations
Color information
#AF5CCB (or 0xAF5CCB) is known color: Medium Orchid. HEX triplet: AF, 5C and CB. RGB value is (175,92,203). Sum of RGB (Red+Green+Blue) = 175+92+203=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF5CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CCB is #50A334. Grayscale: #818181. Windows color (decimal): -5284661 or 13327535. OLE color: 13327535.
HSL color Cylindrical-coordinate representation of color #AF5CCB: hue angle of 284.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF5CCB is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 92 | 203 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.20 |
| HSL | 284.86º | 0.52% | 0.58% | - |
| HSV(B) | 284.86º | 0.55% | 0.8% | - |
| XYZ | 32.29 | 21.08 | 58.87 | - |
| YUV | 129.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 203 | 0.14 | 0.55 | 0 | 0.20 | 284.86 | 0.52 | 0.58 |
| Hex | AF | 5C | CB | E | 37 | 0 | 14 | 11D | 34 | 3A |
| Octal | 257 | 134 | 313 | 16 | 67 | 0 | 24 | 435 | 64 | 72 |
| Binary | 10101111 | 1011100 | 11001011 | 1110 | 110111 | 0 | 10100 | 100011101 | 110100 | 111010 |
Color Harmonies of #AF5CCB
Complementary color
Monochromatic Colors of #AF5CCB
Black with #AF5CCB
Text Example
Text Example
White with #AF5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CCB; }
p { color: rgb(175,92,203); }
H1.HeaderClassName
{
color: #AF5CCB;
}
.AnyTagClassName
{
color: #AF5CCB;
}
</style>
background-color css
<style>
a { background-color: #AF5CCB; }
a { background-color: rgb(175,92,203); }
div.DivClassName
{
background-color: #AF5CCB;
}
.BgClassName
{
background-color: #AF5CCB;
}
</style>
border-color css
<style>
span { border-color: #AF5CCB; }
span { border-color: rgb(175,92,203); }
td.TdClassName
{
border-color: #AF5CCB;
}
.TagClassName
{
border-color: #AF5CCB;
}
</style>