Shades of Medium Orchid #AF43CB
Tints of Medium Orchid #AF43CB
RGB
CMYK
RGB Variations
Color information
#AF43CB (or 0xAF43CB) is known color: Medium Orchid. HEX triplet: AF, 43 and CB. RGB value is (175,67,203). Sum of RGB (Red+Green+Blue) = 175+67+203=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF43CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43CB is #50BC34. Grayscale: #727272. Windows color (decimal): -5291061 or 13321135. OLE color: 13321135.
HSL color Cylindrical-coordinate representation of color #AF43CB: hue angle of 287.65º 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 #AF43CB is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 67 | 203 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.20 |
| HSL | 287.65º | 0.57% | 0.53% | - |
| HSV(B) | 287.65º | 0.67% | 0.8% | - |
| XYZ | 30.47 | 17.44 | 58.26 | - |
| YUV | 114.8 | 177.78 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 203 | 0.14 | 0.67 | 0 | 0.20 | 287.65 | 0.57 | 0.53 |
| Hex | AF | 43 | CB | E | 43 | 0 | 14 | 120 | 39 | 35 |
| Octal | 257 | 103 | 313 | 16 | 103 | 0 | 24 | 440 | 71 | 65 |
| Binary | 10101111 | 1000011 | 11001011 | 1110 | 1000011 | 0 | 10100 | 100100000 | 111001 | 110101 |
Color Harmonies of #AF43CB
Complementary color
Monochromatic Colors of #AF43CB
Black with #AF43CB
Text Example
Text Example
White with #AF43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF43CB; }
p { color: rgb(175,67,203); }
H1.HeaderClassName
{
color: #AF43CB;
}
.AnyTagClassName
{
color: #AF43CB;
}
</style>
background-color css
<style>
a { background-color: #AF43CB; }
a { background-color: rgb(175,67,203); }
div.DivClassName
{
background-color: #AF43CB;
}
.BgClassName
{
background-color: #AF43CB;
}
</style>
border-color css
<style>
span { border-color: #AF43CB; }
span { border-color: rgb(175,67,203); }
td.TdClassName
{
border-color: #AF43CB;
}
.TagClassName
{
border-color: #AF43CB;
}
</style>