Shades of Medium Orchid #C067DA
Tints of Medium Orchid #C067DA
RGB
CMYK
RGB Variations
Color information
#C067DA (or 0xC067DA) is known color: Medium Orchid. HEX triplet: C0, 67 and DA. RGB value is (192,103,218). Sum of RGB (Red+Green+Blue) = 192+103+218=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #C067DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067DA is #3F9825. Grayscale: #8E8E8E. Windows color (decimal): -4167718 or 14313408. OLE color: 14313408.
HSL color Cylindrical-coordinate representation of color #C067DA: hue angle of 286.43º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C067DA is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 103 | 218 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.15 |
| HSL | 286.43º | 0.61% | 0.63% | - |
| HSV(B) | 286.43º | 0.53% | 0.85% | - |
| XYZ | 39.24 | 25.97 | 69.27 | - |
| YUV | 142.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 218 | 0.12 | 0.53 | 0 | 0.15 | 286.43 | 0.61 | 0.63 |
| Hex | C0 | 67 | DA | C | 35 | 0 | F | 11E | 3D | 3F |
| Octal | 300 | 147 | 332 | 14 | 65 | 0 | 17 | 436 | 75 | 77 |
| Binary | 11000000 | 1100111 | 11011010 | 1100 | 110101 | 0 | 1111 | 100011110 | 111101 | 111111 |
Color Harmonies of #C067DA
Complementary color
Monochromatic Colors of #C067DA
Black with #C067DA
Text Example
Text Example
White with #C067DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067DA; }
p { color: rgb(192,103,218); }
H1.HeaderClassName
{
color: #C067DA;
}
.AnyTagClassName
{
color: #C067DA;
}
</style>
background-color css
<style>
a { background-color: #C067DA; }
a { background-color: rgb(192,103,218); }
div.DivClassName
{
background-color: #C067DA;
}
.BgClassName
{
background-color: #C067DA;
}
</style>
border-color css
<style>
span { border-color: #C067DA; }
span { border-color: rgb(192,103,218); }
td.TdClassName
{
border-color: #C067DA;
}
.TagClassName
{
border-color: #C067DA;
}
</style>