Shades of Medium Orchid #C265DF
Tints of Medium Orchid #C265DF
RGB
CMYK
RGB Variations
Color information
#C265DF (or 0xC265DF) is known color: Medium Orchid. HEX triplet: C2, 65 and DF. RGB value is (194,101,223). Sum of RGB (Red+Green+Blue) = 194+101+223=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #C265DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C265DF is #3D9A20. Grayscale: #8E8E8E. Windows color (decimal): -4037153 or 14640578. OLE color: 14640578.
HSL color Cylindrical-coordinate representation of color #C265DF: hue angle of 285.74º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C265DF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 101 | 223 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.13 |
| HSL | 285.74º | 0.66% | 0.64% | - |
| HSV(B) | 285.74º | 0.55% | 0.87% | - |
| XYZ | 40.22 | 26.1 | 72.73 | - |
| YUV | 142.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 223 | 0.13 | 0.55 | 0 | 0.13 | 285.74 | 0.66 | 0.64 |
| Hex | C2 | 65 | DF | D | 37 | 0 | D | 11E | 42 | 40 |
| Octal | 302 | 145 | 337 | 15 | 67 | 0 | 15 | 436 | 102 | 100 |
| Binary | 11000010 | 1100101 | 11011111 | 1101 | 110111 | 0 | 1101 | 100011110 | 1000010 | 1000000 |
Color Harmonies of #C265DF
Complementary color
Monochromatic Colors of #C265DF
Black with #C265DF
Text Example
Text Example
White with #C265DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C265DF; }
p { color: rgb(194,101,223); }
H1.HeaderClassName
{
color: #C265DF;
}
.AnyTagClassName
{
color: #C265DF;
}
</style>
background-color css
<style>
a { background-color: #C265DF; }
a { background-color: rgb(194,101,223); }
div.DivClassName
{
background-color: #C265DF;
}
.BgClassName
{
background-color: #C265DF;
}
</style>
border-color css
<style>
span { border-color: #C265DF; }
span { border-color: rgb(194,101,223); }
td.TdClassName
{
border-color: #C265DF;
}
.TagClassName
{
border-color: #C265DF;
}
</style>