Shades of Medium Orchid #C267DF
Tints of Medium Orchid #C267DF
RGB
CMYK
RGB Variations
Color information
#C267DF (or 0xC267DF) is known color: Medium Orchid. HEX triplet: C2, 67 and DF. RGB value is (194,103,223). Sum of RGB (Red+Green+Blue) = 194+103+223=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #C267DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267DF is #3D9820. Grayscale: #8F8F8F. Windows color (decimal): -4036641 or 14641090. OLE color: 14641090.
HSL color Cylindrical-coordinate representation of color #C267DF: hue angle of 285.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C267DF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 103 | 223 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.13 |
| HSL | 285.5º | 0.65% | 0.64% | - |
| HSV(B) | 285.5º | 0.54% | 0.87% | - |
| XYZ | 40.42 | 26.5 | 72.8 | - |
| YUV | 143.89 | 172.65 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 223 | 0.13 | 0.54 | 0 | 0.13 | 285.5 | 0.65 | 0.64 |
| Hex | C2 | 67 | DF | D | 36 | 0 | D | 11E | 41 | 40 |
| Octal | 302 | 147 | 337 | 15 | 66 | 0 | 15 | 436 | 101 | 100 |
| Binary | 11000010 | 1100111 | 11011111 | 1101 | 110110 | 0 | 1101 | 100011110 | 1000001 | 1000000 |
Color Harmonies of #C267DF
Complementary color
Monochromatic Colors of #C267DF
Black with #C267DF
Text Example
Text Example
White with #C267DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C267DF; }
p { color: rgb(194,103,223); }
H1.HeaderClassName
{
color: #C267DF;
}
.AnyTagClassName
{
color: #C267DF;
}
</style>
background-color css
<style>
a { background-color: #C267DF; }
a { background-color: rgb(194,103,223); }
div.DivClassName
{
background-color: #C267DF;
}
.BgClassName
{
background-color: #C267DF;
}
</style>
border-color css
<style>
span { border-color: #C267DF; }
span { border-color: rgb(194,103,223); }
td.TdClassName
{
border-color: #C267DF;
}
.TagClassName
{
border-color: #C267DF;
}
</style>