Shades of Medium Orchid #C55CCF
Tints of Medium Orchid #C55CCF
RGB
CMYK
RGB Variations
Color information
#C55CCF (or 0xC55CCF) is known color: Medium Orchid. HEX triplet: C5, 5C and CF. RGB value is (197,92,207). Sum of RGB (Red+Green+Blue) = 197+92+207=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #C55CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CCF is #3AA330. Grayscale: #888888. Windows color (decimal): -3842865 or 13589701. OLE color: 13589701.
HSL color Cylindrical-coordinate representation of color #C55CCF: hue angle of 294.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55CCF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 92 | 207 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.19 |
| HSL | 294.78º | 0.55% | 0.59% | - |
| HSV(B) | 294.78º | 0.56% | 0.81% | - |
| XYZ | 38.12 | 24.03 | 61.66 | - |
| YUV | 136.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 207 | 0.05 | 0.56 | 0 | 0.19 | 294.78 | 0.55 | 0.59 |
| Hex | C5 | 5C | CF | 5 | 38 | 0 | 13 | 127 | 37 | 3B |
| Octal | 305 | 134 | 317 | 5 | 70 | 0 | 23 | 447 | 67 | 73 |
| Binary | 11000101 | 1011100 | 11001111 | 101 | 111000 | 0 | 10011 | 100100111 | 110111 | 111011 |
Color Harmonies of #C55CCF
Complementary color
Monochromatic Colors of #C55CCF
Black with #C55CCF
Text Example
Text Example
White with #C55CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55CCF; }
p { color: rgb(197,92,207); }
H1.HeaderClassName
{
color: #C55CCF;
}
.AnyTagClassName
{
color: #C55CCF;
}
</style>
background-color css
<style>
a { background-color: #C55CCF; }
a { background-color: rgb(197,92,207); }
div.DivClassName
{
background-color: #C55CCF;
}
.BgClassName
{
background-color: #C55CCF;
}
</style>
border-color css
<style>
span { border-color: #C55CCF; }
span { border-color: rgb(197,92,207); }
td.TdClassName
{
border-color: #C55CCF;
}
.TagClassName
{
border-color: #C55CCF;
}
</style>