Shades of Medium Orchid #AC65CB
Tints of Medium Orchid #AC65CB
RGB
CMYK
RGB Variations
Color information
#AC65CB (or 0xAC65CB) is known color: Medium Orchid. HEX triplet: AC, 65 and CB. RGB value is (172,101,203). Sum of RGB (Red+Green+Blue) = 172+101+203=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC65CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65CB is #539A34. Grayscale: #858585. Windows color (decimal): -5478965 or 13329836. OLE color: 13329836.
HSL color Cylindrical-coordinate representation of color #AC65CB: hue angle of 281.76º 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 #AC65CB is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 101 | 203 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.20 |
| HSL | 281.76º | 0.5% | 0.6% | - |
| HSV(B) | 281.76º | 0.5% | 0.8% | - |
| XYZ | 32.45 | 22.39 | 59.11 | - |
| YUV | 133.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 203 | 0.15 | 0.50 | 0 | 0.20 | 281.76 | 0.5 | 0.6 |
| Hex | AC | 65 | CB | F | 32 | 0 | 14 | 11A | 32 | 3C |
| Octal | 254 | 145 | 313 | 17 | 62 | 0 | 24 | 432 | 62 | 74 |
| Binary | 10101100 | 1100101 | 11001011 | 1111 | 110010 | 0 | 10100 | 100011010 | 110010 | 111100 |
Color Harmonies of #AC65CB
Complementary color
Monochromatic Colors of #AC65CB
Black with #AC65CB
Text Example
Text Example
White with #AC65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC65CB; }
p { color: rgb(172,101,203); }
H1.HeaderClassName
{
color: #AC65CB;
}
.AnyTagClassName
{
color: #AC65CB;
}
</style>
background-color css
<style>
a { background-color: #AC65CB; }
a { background-color: rgb(172,101,203); }
div.DivClassName
{
background-color: #AC65CB;
}
.BgClassName
{
background-color: #AC65CB;
}
</style>
border-color css
<style>
span { border-color: #AC65CB; }
span { border-color: rgb(172,101,203); }
td.TdClassName
{
border-color: #AC65CB;
}
.TagClassName
{
border-color: #AC65CB;
}
</style>