Shades of Medium Orchid #AF65CB
Tints of Medium Orchid #AF65CB
RGB
CMYK
RGB Variations
Color information
#AF65CB (or 0xAF65CB) is known color: Medium Orchid. HEX triplet: AF, 65 and CB. RGB value is (175,101,203). Sum of RGB (Red+Green+Blue) = 175+101+203=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF65CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65CB is #509A34. Grayscale: #868686. Windows color (decimal): -5282357 or 13329839. OLE color: 13329839.
HSL color Cylindrical-coordinate representation of color #AF65CB: hue angle of 283.53º 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 #AF65CB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 101 | 203 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.20 |
| HSL | 283.53º | 0.5% | 0.6% | - |
| HSV(B) | 283.53º | 0.5% | 0.8% | - |
| XYZ | 33.11 | 22.73 | 59.14 | - |
| YUV | 134.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 203 | 0.14 | 0.50 | 0 | 0.20 | 283.53 | 0.5 | 0.6 |
| Hex | AF | 65 | CB | E | 32 | 0 | 14 | 11C | 32 | 3C |
| Octal | 257 | 145 | 313 | 16 | 62 | 0 | 24 | 434 | 62 | 74 |
| Binary | 10101111 | 1100101 | 11001011 | 1110 | 110010 | 0 | 10100 | 100011100 | 110010 | 111100 |
Color Harmonies of #AF65CB
Complementary color
Monochromatic Colors of #AF65CB
Black with #AF65CB
Text Example
Text Example
White with #AF65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65CB; }
p { color: rgb(175,101,203); }
H1.HeaderClassName
{
color: #AF65CB;
}
.AnyTagClassName
{
color: #AF65CB;
}
</style>
background-color css
<style>
a { background-color: #AF65CB; }
a { background-color: rgb(175,101,203); }
div.DivClassName
{
background-color: #AF65CB;
}
.BgClassName
{
background-color: #AF65CB;
}
</style>
border-color css
<style>
span { border-color: #AF65CB; }
span { border-color: rgb(175,101,203); }
td.TdClassName
{
border-color: #AF65CB;
}
.TagClassName
{
border-color: #AF65CB;
}
</style>