Shades of Medium Orchid #C567DF
Tints of Medium Orchid #C567DF
RGB
CMYK
RGB Variations
Color information
#C567DF (or 0xC567DF) is known color: Medium Orchid. HEX triplet: C5, 67 and DF. RGB value is (197,103,223). Sum of RGB (Red+Green+Blue) = 197+103+223=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #C567DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567DF is #3A9820. Grayscale: #909090. Windows color (decimal): -3840033 or 14641093. OLE color: 14641093.
HSL color Cylindrical-coordinate representation of color #C567DF: hue angle of 287º 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 #C567DF is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 103 | 223 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.13 |
| HSL | 287º | 0.65% | 0.64% | - |
| HSV(B) | 287º | 0.54% | 0.87% | - |
| XYZ | 41.2 | 26.9 | 72.83 | - |
| YUV | 144.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 223 | 0.12 | 0.54 | 0 | 0.13 | 287 | 0.65 | 0.64 |
| Hex | C5 | 67 | DF | C | 36 | 0 | D | 11F | 41 | 40 |
| Octal | 305 | 147 | 337 | 14 | 66 | 0 | 15 | 437 | 101 | 100 |
| Binary | 11000101 | 1100111 | 11011111 | 1100 | 110110 | 0 | 1101 | 100011111 | 1000001 | 1000000 |
Color Harmonies of #C567DF
Complementary color
Monochromatic Colors of #C567DF
Black with #C567DF
Text Example
Text Example
White with #C567DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567DF; }
p { color: rgb(197,103,223); }
H1.HeaderClassName
{
color: #C567DF;
}
.AnyTagClassName
{
color: #C567DF;
}
</style>
background-color css
<style>
a { background-color: #C567DF; }
a { background-color: rgb(197,103,223); }
div.DivClassName
{
background-color: #C567DF;
}
.BgClassName
{
background-color: #C567DF;
}
</style>
border-color css
<style>
span { border-color: #C567DF; }
span { border-color: rgb(197,103,223); }
td.TdClassName
{
border-color: #C567DF;
}
.TagClassName
{
border-color: #C567DF;
}
</style>