Shades of Medium Orchid #C265D8
Tints of Medium Orchid #C265D8
RGB
CMYK
RGB Variations
Color information
#C265D8 (or 0xC265D8) is known color: Medium Orchid. HEX triplet: C2, 65 and D8. RGB value is (194,101,216). Sum of RGB (Red+Green+Blue) = 194+101+216=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #C265D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265D8 is #3D9A27. Grayscale: #8D8D8D. Windows color (decimal): -4037160 or 14181826. OLE color: 14181826.
HSL color Cylindrical-coordinate representation of color #C265D8: hue angle of 288.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C265D8 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 101 | 216 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.15 |
| HSL | 288.52º | 0.6% | 0.62% | - |
| HSV(B) | 288.52º | 0.53% | 0.85% | - |
| XYZ | 39.3 | 25.73 | 67.86 | - |
| YUV | 141.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 216 | 0.10 | 0.53 | 0 | 0.15 | 288.52 | 0.6 | 0.62 |
| Hex | C2 | 65 | D8 | A | 35 | 0 | F | 121 | 3C | 3E |
| Octal | 302 | 145 | 330 | 12 | 65 | 0 | 17 | 441 | 74 | 76 |
| Binary | 11000010 | 1100101 | 11011000 | 1010 | 110101 | 0 | 1111 | 100100001 | 111100 | 111110 |
Color Harmonies of #C265D8
Complementary color
Monochromatic Colors of #C265D8
Black with #C265D8
Text Example
Text Example
White with #C265D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265D8; }
p { color: rgb(194,101,216); }
H1.HeaderClassName
{
color: #C265D8;
}
.AnyTagClassName
{
color: #C265D8;
}
</style>
background-color css
<style>
a { background-color: #C265D8; }
a { background-color: rgb(194,101,216); }
div.DivClassName
{
background-color: #C265D8;
}
.BgClassName
{
background-color: #C265D8;
}
</style>
border-color css
<style>
span { border-color: #C265D8; }
span { border-color: rgb(194,101,216); }
td.TdClassName
{
border-color: #C265D8;
}
.TagClassName
{
border-color: #C265D8;
}
</style>