Shades of Medium Orchid #C265D6
Tints of Medium Orchid #C265D6
RGB
CMYK
RGB Variations
Color information
#C265D6 (or 0xC265D6) is known color: Medium Orchid. HEX triplet: C2, 65 and D6. RGB value is (194,101,214). Sum of RGB (Red+Green+Blue) = 194+101+214=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #C265D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265D6 is #3D9A29. Grayscale: #8D8D8D. Windows color (decimal): -4037162 or 14050754. OLE color: 14050754.
HSL color Cylindrical-coordinate representation of color #C265D6: hue angle of 289.38º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C265D6 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 101 | 214 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.16 |
| HSL | 289.38º | 0.58% | 0.62% | - |
| HSV(B) | 289.38º | 0.53% | 0.84% | - |
| XYZ | 39.04 | 25.63 | 66.51 | - |
| YUV | 141.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 214 | 0.09 | 0.53 | 0 | 0.16 | 289.38 | 0.58 | 0.62 |
| Hex | C2 | 65 | D6 | 9 | 35 | 0 | 10 | 121 | 3A | 3E |
| Octal | 302 | 145 | 326 | 11 | 65 | 0 | 20 | 441 | 72 | 76 |
| Binary | 11000010 | 1100101 | 11010110 | 1001 | 110101 | 0 | 10000 | 100100001 | 111010 | 111110 |
Color Harmonies of #C265D6
Complementary color
Monochromatic Colors of #C265D6
Black with #C265D6
Text Example
Text Example
White with #C265D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265D6; }
p { color: rgb(194,101,214); }
H1.HeaderClassName
{
color: #C265D6;
}
.AnyTagClassName
{
color: #C265D6;
}
</style>
background-color css
<style>
a { background-color: #C265D6; }
a { background-color: rgb(194,101,214); }
div.DivClassName
{
background-color: #C265D6;
}
.BgClassName
{
background-color: #C265D6;
}
</style>
border-color css
<style>
span { border-color: #C265D6; }
span { border-color: rgb(194,101,214); }
td.TdClassName
{
border-color: #C265D6;
}
.TagClassName
{
border-color: #C265D6;
}
</style>