Shades of Medium Orchid #AF67CC
Tints of Medium Orchid #AF67CC
RGB
CMYK
RGB Variations
Color information
#AF67CC (or 0xAF67CC) is known color: Medium Orchid. HEX triplet: AF, 67 and CC. RGB value is (175,103,204). Sum of RGB (Red+Green+Blue) = 175+103+204=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF67CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67CC is #509833. Grayscale: #878787. Windows color (decimal): -5281844 or 13395887. OLE color: 13395887.
HSL color Cylindrical-coordinate representation of color #AF67CC: hue angle of 282.77º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF67CC is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 103 | 204 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.2 |
| HSL | 282.77º | 0.5% | 0.6% | - |
| HSV(B) | 282.77º | 0.5% | 0.8% | - |
| XYZ | 33.43 | 23.17 | 59.84 | - |
| YUV | 136.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 204 | 0.14 | 0.50 | 0 | 0.2 | 282.77 | 0.5 | 0.6 |
| Hex | AF | 67 | CC | E | 32 | 0 | 14 | 11B | 32 | 3C |
| Octal | 257 | 147 | 314 | 16 | 62 | 0 | 24 | 433 | 62 | 74 |
| Binary | 10101111 | 1100111 | 11001100 | 1110 | 110010 | 0 | 10100 | 100011011 | 110010 | 111100 |
Color Harmonies of #AF67CC
Complementary color
Monochromatic Colors of #AF67CC
Black with #AF67CC
Text Example
Text Example
White with #AF67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF67CC; }
p { color: rgb(175,103,204); }
H1.HeaderClassName
{
color: #AF67CC;
}
.AnyTagClassName
{
color: #AF67CC;
}
</style>
background-color css
<style>
a { background-color: #AF67CC; }
a { background-color: rgb(175,103,204); }
div.DivClassName
{
background-color: #AF67CC;
}
.BgClassName
{
background-color: #AF67CC;
}
</style>
border-color css
<style>
span { border-color: #AF67CC; }
span { border-color: rgb(175,103,204); }
td.TdClassName
{
border-color: #AF67CC;
}
.TagClassName
{
border-color: #AF67CC;
}
</style>