Shades of Medium Orchid #AF4CCB
Tints of Medium Orchid #AF4CCB
RGB
CMYK
RGB Variations
Color information
#AF4CCB (or 0xAF4CCB) is known color: Medium Orchid. HEX triplet: AF, 4C and CB. RGB value is (175,76,203). Sum of RGB (Red+Green+Blue) = 175+76+203=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF4CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4CCB is #50B334. Grayscale: #777777. Windows color (decimal): -5288757 or 13323439. OLE color: 13323439.
HSL color Cylindrical-coordinate representation of color #AF4CCB: hue angle of 286.77º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4CCB is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 76 | 203 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.20 |
| HSL | 286.77º | 0.55% | 0.55% | - |
| HSV(B) | 286.77º | 0.63% | 0.8% | - |
| XYZ | 31.04 | 18.59 | 58.45 | - |
| YUV | 120.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 76 | 203 | 0.14 | 0.63 | 0 | 0.20 | 286.77 | 0.55 | 0.55 |
| Hex | AF | 4C | CB | E | 3F | 0 | 14 | 11F | 37 | 37 |
| Octal | 257 | 114 | 313 | 16 | 77 | 0 | 24 | 437 | 67 | 67 |
| Binary | 10101111 | 1001100 | 11001011 | 1110 | 111111 | 0 | 10100 | 100011111 | 110111 | 110111 |
Color Harmonies of #AF4CCB
Complementary color
Monochromatic Colors of #AF4CCB
Black with #AF4CCB
Text Example
Text Example
White with #AF4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4CCB; }
p { color: rgb(175,76,203); }
H1.HeaderClassName
{
color: #AF4CCB;
}
.AnyTagClassName
{
color: #AF4CCB;
}
</style>
background-color css
<style>
a { background-color: #AF4CCB; }
a { background-color: rgb(175,76,203); }
div.DivClassName
{
background-color: #AF4CCB;
}
.BgClassName
{
background-color: #AF4CCB;
}
</style>
border-color css
<style>
span { border-color: #AF4CCB; }
span { border-color: rgb(175,76,203); }
td.TdClassName
{
border-color: #AF4CCB;
}
.TagClassName
{
border-color: #AF4CCB;
}
</style>