Shades of Medium Orchid #AF42CB
Tints of Medium Orchid #AF42CB
RGB
CMYK
RGB Variations
Color information
#AF42CB (or 0xAF42CB) is known color: Medium Orchid. HEX triplet: AF, 42 and CB. RGB value is (175,66,203). Sum of RGB (Red+Green+Blue) = 175+66+203=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF42CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42CB is #50BD34. Grayscale: #717171. Windows color (decimal): -5291317 or 13320879. OLE color: 13320879.
HSL color Cylindrical-coordinate representation of color #AF42CB: hue angle of 287.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF42CB is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 66 | 203 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.20 |
| HSL | 287.74º | 0.57% | 0.53% | - |
| HSV(B) | 287.74º | 0.67% | 0.8% | - |
| XYZ | 30.41 | 17.32 | 58.24 | - |
| YUV | 114.21 | 178.11 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 203 | 0.14 | 0.67 | 0 | 0.20 | 287.74 | 0.57 | 0.53 |
| Hex | AF | 42 | CB | E | 43 | 0 | 14 | 120 | 39 | 35 |
| Octal | 257 | 102 | 313 | 16 | 103 | 0 | 24 | 440 | 71 | 65 |
| Binary | 10101111 | 1000010 | 11001011 | 1110 | 1000011 | 0 | 10100 | 100100000 | 111001 | 110101 |
Color Harmonies of #AF42CB
Complementary color
Monochromatic Colors of #AF42CB
Black with #AF42CB
Text Example
Text Example
White with #AF42CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42CB; }
p { color: rgb(175,66,203); }
H1.HeaderClassName
{
color: #AF42CB;
}
.AnyTagClassName
{
color: #AF42CB;
}
</style>
background-color css
<style>
a { background-color: #AF42CB; }
a { background-color: rgb(175,66,203); }
div.DivClassName
{
background-color: #AF42CB;
}
.BgClassName
{
background-color: #AF42CB;
}
</style>
border-color css
<style>
span { border-color: #AF42CB; }
span { border-color: rgb(175,66,203); }
td.TdClassName
{
border-color: #AF42CB;
}
.TagClassName
{
border-color: #AF42CB;
}
</style>