Shades of Medium Orchid #C55ACF
Tints of Medium Orchid #C55ACF
RGB
CMYK
RGB Variations
Color information
#C55ACF (or 0xC55ACF) is known color: Medium Orchid. HEX triplet: C5, 5A and CF. RGB value is (197,90,207). Sum of RGB (Red+Green+Blue) = 197+90+207=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #C55ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ACF is #3AA530. Grayscale: #868686. Windows color (decimal): -3843377 or 13589189. OLE color: 13589189.
HSL color Cylindrical-coordinate representation of color #C55ACF: hue angle of 294.87º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55ACF is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 90 | 207 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.19 |
| HSL | 294.87º | 0.55% | 0.58% | - |
| HSV(B) | 294.87º | 0.57% | 0.81% | - |
| XYZ | 37.94 | 23.69 | 61.6 | - |
| YUV | 135.33 | 168.45 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 207 | 0.05 | 0.57 | 0 | 0.19 | 294.87 | 0.55 | 0.58 |
| Hex | C5 | 5A | CF | 5 | 39 | 0 | 13 | 127 | 37 | 3A |
| Octal | 305 | 132 | 317 | 5 | 71 | 0 | 23 | 447 | 67 | 72 |
| Binary | 11000101 | 1011010 | 11001111 | 101 | 111001 | 0 | 10011 | 100100111 | 110111 | 111010 |
Color Harmonies of #C55ACF
Complementary color
Monochromatic Colors of #C55ACF
Black with #C55ACF
Text Example
Text Example
White with #C55ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55ACF; }
p { color: rgb(197,90,207); }
H1.HeaderClassName
{
color: #C55ACF;
}
.AnyTagClassName
{
color: #C55ACF;
}
</style>
background-color css
<style>
a { background-color: #C55ACF; }
a { background-color: rgb(197,90,207); }
div.DivClassName
{
background-color: #C55ACF;
}
.BgClassName
{
background-color: #C55ACF;
}
</style>
border-color css
<style>
span { border-color: #C55ACF; }
span { border-color: rgb(197,90,207); }
td.TdClassName
{
border-color: #C55ACF;
}
.TagClassName
{
border-color: #C55ACF;
}
</style>