Shades of Medium Orchid #C061DA
Tints of Medium Orchid #C061DA
RGB
CMYK
RGB Variations
Color information
#C061DA (or 0xC061DA) is known color: Medium Orchid. HEX triplet: C0, 61 and DA. RGB value is (192,97,218). Sum of RGB (Red+Green+Blue) = 192+97+218=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #C061DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061DA is #3F9E25. Grayscale: #8A8A8A. Windows color (decimal): -4169254 or 14311872. OLE color: 14311872.
HSL color Cylindrical-coordinate representation of color #C061DA: hue angle of 287.11º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C061DA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 97 | 218 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.15 |
| HSL | 287.11º | 0.62% | 0.62% | - |
| HSV(B) | 287.11º | 0.56% | 0.85% | - |
| XYZ | 38.67 | 24.82 | 69.08 | - |
| YUV | 139.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 218 | 0.12 | 0.56 | 0 | 0.15 | 287.11 | 0.62 | 0.62 |
| Hex | C0 | 61 | DA | C | 38 | 0 | F | 11F | 3E | 3E |
| Octal | 300 | 141 | 332 | 14 | 70 | 0 | 17 | 437 | 76 | 76 |
| Binary | 11000000 | 1100001 | 11011010 | 1100 | 111000 | 0 | 1111 | 100011111 | 111110 | 111110 |
Color Harmonies of #C061DA
Complementary color
Monochromatic Colors of #C061DA
Black with #C061DA
Text Example
Text Example
White with #C061DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061DA; }
p { color: rgb(192,97,218); }
H1.HeaderClassName
{
color: #C061DA;
}
.AnyTagClassName
{
color: #C061DA;
}
</style>
background-color css
<style>
a { background-color: #C061DA; }
a { background-color: rgb(192,97,218); }
div.DivClassName
{
background-color: #C061DA;
}
.BgClassName
{
background-color: #C061DA;
}
</style>
border-color css
<style>
span { border-color: #C061DA; }
span { border-color: rgb(192,97,218); }
td.TdClassName
{
border-color: #C061DA;
}
.TagClassName
{
border-color: #C061DA;
}
</style>