Shades of Medium Orchid #C067D1
Tints of Medium Orchid #C067D1
RGB
CMYK
RGB Variations
Color information
#C067D1 (or 0xC067D1) is known color: Medium Orchid. HEX triplet: C0, 67 and D1. RGB value is (192,103,209). Sum of RGB (Red+Green+Blue) = 192+103+209=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #C067D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067D1 is #3F982E. Grayscale: #8D8D8D. Windows color (decimal): -4167727 or 13723584. OLE color: 13723584.
HSL color Cylindrical-coordinate representation of color #C067D1: hue angle of 290.38º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C067D1 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 103 | 209 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.18 |
| HSL | 290.38º | 0.54% | 0.61% | - |
| HSV(B) | 290.38º | 0.51% | 0.82% | - |
| XYZ | 38.1 | 25.51 | 63.24 | - |
| YUV | 141.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 209 | 0.08 | 0.51 | 0 | 0.18 | 290.38 | 0.54 | 0.61 |
| Hex | C0 | 67 | D1 | 8 | 33 | 0 | 12 | 122 | 36 | 3D |
| Octal | 300 | 147 | 321 | 10 | 63 | 0 | 22 | 442 | 66 | 75 |
| Binary | 11000000 | 1100111 | 11010001 | 1000 | 110011 | 0 | 10010 | 100100010 | 110110 | 111101 |
Color Harmonies of #C067D1
Complementary color
Monochromatic Colors of #C067D1
Black with #C067D1
Text Example
Text Example
White with #C067D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067D1; }
p { color: rgb(192,103,209); }
H1.HeaderClassName
{
color: #C067D1;
}
.AnyTagClassName
{
color: #C067D1;
}
</style>
background-color css
<style>
a { background-color: #C067D1; }
a { background-color: rgb(192,103,209); }
div.DivClassName
{
background-color: #C067D1;
}
.BgClassName
{
background-color: #C067D1;
}
</style>
border-color css
<style>
span { border-color: #C067D1; }
span { border-color: rgb(192,103,209); }
td.TdClassName
{
border-color: #C067D1;
}
.TagClassName
{
border-color: #C067D1;
}
</style>