Shades of Medium Orchid #C260D8
Tints of Medium Orchid #C260D8
RGB
CMYK
RGB Variations
Color information
#C260D8 (or 0xC260D8) is known color: Medium Orchid. HEX triplet: C2, 60 and D8. RGB value is (194,96,216). Sum of RGB (Red+Green+Blue) = 194+96+216=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #C260D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C260D8 is #3D9F27. Grayscale: #8A8A8A. Windows color (decimal): -4038440 or 14180546. OLE color: 14180546.
HSL color Cylindrical-coordinate representation of color #C260D8: hue angle of 289º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C260D8 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 96 | 216 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.15 |
| HSL | 289º | 0.61% | 0.61% | - |
| HSV(B) | 289º | 0.56% | 0.85% | - |
| XYZ | 38.83 | 24.79 | 67.7 | - |
| YUV | 138.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 216 | 0.10 | 0.56 | 0 | 0.15 | 289 | 0.61 | 0.61 |
| Hex | C2 | 60 | D8 | A | 38 | 0 | F | 121 | 3D | 3D |
| Octal | 302 | 140 | 330 | 12 | 70 | 0 | 17 | 441 | 75 | 75 |
| Binary | 11000010 | 1100000 | 11011000 | 1010 | 111000 | 0 | 1111 | 100100001 | 111101 | 111101 |
Color Harmonies of #C260D8
Complementary color
Monochromatic Colors of #C260D8
Black with #C260D8
Text Example
Text Example
White with #C260D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260D8; }
p { color: rgb(194,96,216); }
H1.HeaderClassName
{
color: #C260D8;
}
.AnyTagClassName
{
color: #C260D8;
}
</style>
background-color css
<style>
a { background-color: #C260D8; }
a { background-color: rgb(194,96,216); }
div.DivClassName
{
background-color: #C260D8;
}
.BgClassName
{
background-color: #C260D8;
}
</style>
border-color css
<style>
span { border-color: #C260D8; }
span { border-color: rgb(194,96,216); }
td.TdClassName
{
border-color: #C260D8;
}
.TagClassName
{
border-color: #C260D8;
}
</style>