Shades of Medium Orchid #C568D3
Tints of Medium Orchid #C568D3
RGB
CMYK
RGB Variations
Color information
#C568D3 (or 0xC568D3) is known color: Medium Orchid. HEX triplet: C5, 68 and D3. RGB value is (197,104,211). Sum of RGB (Red+Green+Blue) = 197+104+211=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #C568D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568D3 is #3A972C. Grayscale: #8F8F8F. Windows color (decimal): -3839789 or 13854917. OLE color: 13854917.
HSL color Cylindrical-coordinate representation of color #C568D3: hue angle of 292.15º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C568D3 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 104 | 211 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.17 |
| HSL | 292.15º | 0.55% | 0.62% | - |
| HSV(B) | 292.15º | 0.51% | 0.83% | - |
| XYZ | 39.73 | 26.47 | 64.64 | - |
| YUV | 144.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 211 | 0.07 | 0.51 | 0 | 0.17 | 292.15 | 0.55 | 0.62 |
| Hex | C5 | 68 | D3 | 7 | 33 | 0 | 11 | 124 | 37 | 3E |
| Octal | 305 | 150 | 323 | 7 | 63 | 0 | 21 | 444 | 67 | 76 |
| Binary | 11000101 | 1101000 | 11010011 | 111 | 110011 | 0 | 10001 | 100100100 | 110111 | 111110 |
Color Harmonies of #C568D3
Complementary color
Monochromatic Colors of #C568D3
Black with #C568D3
Text Example
Text Example
White with #C568D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C568D3; }
p { color: rgb(197,104,211); }
H1.HeaderClassName
{
color: #C568D3;
}
.AnyTagClassName
{
color: #C568D3;
}
</style>
background-color css
<style>
a { background-color: #C568D3; }
a { background-color: rgb(197,104,211); }
div.DivClassName
{
background-color: #C568D3;
}
.BgClassName
{
background-color: #C568D3;
}
</style>
border-color css
<style>
span { border-color: #C568D3; }
span { border-color: rgb(197,104,211); }
td.TdClassName
{
border-color: #C568D3;
}
.TagClassName
{
border-color: #C568D3;
}
</style>