Shades of Medium Orchid #C642D3
Tints of Medium Orchid #C642D3
RGB
CMYK
RGB Variations
Color information
#C642D3 (or 0xC642D3) is known color: Medium Orchid. HEX triplet: C6, 42 and D3. RGB value is (198,66,211). Sum of RGB (Red+Green+Blue) = 198+66+211=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #C642D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642D3 is #39BD2C. Grayscale: #797979. Windows color (decimal): -3783981 or 13845190. OLE color: 13845190.
HSL color Cylindrical-coordinate representation of color #C642D3: hue angle of 294.62º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C642D3 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 66 | 211 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.17 |
| HSL | 294.62º | 0.62% | 0.54% | - |
| HSV(B) | 294.62º | 0.69% | 0.83% | - |
| XYZ | 36.99 | 20.61 | 63.66 | - |
| YUV | 122 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 211 | 0.06 | 0.69 | 0 | 0.17 | 294.62 | 0.62 | 0.54 |
| Hex | C6 | 42 | D3 | 6 | 45 | 0 | 11 | 127 | 3E | 36 |
| Octal | 306 | 102 | 323 | 6 | 105 | 0 | 21 | 447 | 76 | 66 |
| Binary | 11000110 | 1000010 | 11010011 | 110 | 1000101 | 0 | 10001 | 100100111 | 111110 | 110110 |
Color Harmonies of #C642D3
Complementary color
Monochromatic Colors of #C642D3
Black with #C642D3
Text Example
Text Example
White with #C642D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642D3; }
p { color: rgb(198,66,211); }
H1.HeaderClassName
{
color: #C642D3;
}
.AnyTagClassName
{
color: #C642D3;
}
</style>
background-color css
<style>
a { background-color: #C642D3; }
a { background-color: rgb(198,66,211); }
div.DivClassName
{
background-color: #C642D3;
}
.BgClassName
{
background-color: #C642D3;
}
</style>
border-color css
<style>
span { border-color: #C642D3; }
span { border-color: rgb(198,66,211); }
td.TdClassName
{
border-color: #C642D3;
}
.TagClassName
{
border-color: #C642D3;
}
</style>