Shades of Medium Orchid #C062DA
Tints of Medium Orchid #C062DA
RGB
CMYK
RGB Variations
Color information
#C062DA (or 0xC062DA) is known color: Medium Orchid. HEX triplet: C0, 62 and DA. RGB value is (192,98,218). Sum of RGB (Red+Green+Blue) = 192+98+218=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #C062DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062DA is #3F9D25. Grayscale: #8B8B8B. Windows color (decimal): -4168998 or 14312128. OLE color: 14312128.
HSL color Cylindrical-coordinate representation of color #C062DA: hue angle of 287º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C062DA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 98 | 218 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.15 |
| HSL | 287º | 0.62% | 0.62% | - |
| HSV(B) | 287º | 0.55% | 0.85% | - |
| XYZ | 38.76 | 25 | 69.11 | - |
| YUV | 139.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 218 | 0.12 | 0.55 | 0 | 0.15 | 287 | 0.62 | 0.62 |
| Hex | C0 | 62 | DA | C | 37 | 0 | F | 11F | 3E | 3E |
| Octal | 300 | 142 | 332 | 14 | 67 | 0 | 17 | 437 | 76 | 76 |
| Binary | 11000000 | 1100010 | 11011010 | 1100 | 110111 | 0 | 1111 | 100011111 | 111110 | 111110 |
Color Harmonies of #C062DA
Complementary color
Monochromatic Colors of #C062DA
Black with #C062DA
Text Example
Text Example
White with #C062DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062DA; }
p { color: rgb(192,98,218); }
H1.HeaderClassName
{
color: #C062DA;
}
.AnyTagClassName
{
color: #C062DA;
}
</style>
background-color css
<style>
a { background-color: #C062DA; }
a { background-color: rgb(192,98,218); }
div.DivClassName
{
background-color: #C062DA;
}
.BgClassName
{
background-color: #C062DA;
}
</style>
border-color css
<style>
span { border-color: #C062DA; }
span { border-color: rgb(192,98,218); }
td.TdClassName
{
border-color: #C062DA;
}
.TagClassName
{
border-color: #C062DA;
}
</style>