Shades of Medium Orchid #AF4ECB
Tints of Medium Orchid #AF4ECB
RGB
CMYK
RGB Variations
Color information
#AF4ECB (or 0xAF4ECB) is known color: Medium Orchid. HEX triplet: AF, 4E and CB. RGB value is (175,78,203). Sum of RGB (Red+Green+Blue) = 175+78+203=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF4ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4ECB is #50B134. Grayscale: #787878. Windows color (decimal): -5288245 or 13323951. OLE color: 13323951.
HSL color Cylindrical-coordinate representation of color #AF4ECB: hue angle of 286.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4ECB is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 78 | 203 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.20 |
| HSL | 286.56º | 0.55% | 0.55% | - |
| HSV(B) | 286.56º | 0.62% | 0.8% | - |
| XYZ | 31.18 | 18.87 | 58.5 | - |
| YUV | 121.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 203 | 0.14 | 0.62 | 0 | 0.20 | 286.56 | 0.55 | 0.55 |
| Hex | AF | 4E | CB | E | 3E | 0 | 14 | 11F | 37 | 37 |
| Octal | 257 | 116 | 313 | 16 | 76 | 0 | 24 | 437 | 67 | 67 |
| Binary | 10101111 | 1001110 | 11001011 | 1110 | 111110 | 0 | 10100 | 100011111 | 110111 | 110111 |
Color Harmonies of #AF4ECB
Complementary color
Monochromatic Colors of #AF4ECB
Black with #AF4ECB
Text Example
Text Example
White with #AF4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4ECB; }
p { color: rgb(175,78,203); }
H1.HeaderClassName
{
color: #AF4ECB;
}
.AnyTagClassName
{
color: #AF4ECB;
}
</style>
background-color css
<style>
a { background-color: #AF4ECB; }
a { background-color: rgb(175,78,203); }
div.DivClassName
{
background-color: #AF4ECB;
}
.BgClassName
{
background-color: #AF4ECB;
}
</style>
border-color css
<style>
span { border-color: #AF4ECB; }
span { border-color: rgb(175,78,203); }
td.TdClassName
{
border-color: #AF4ECB;
}
.TagClassName
{
border-color: #AF4ECB;
}
</style>