Shades of Medium Orchid #C067D7
Tints of Medium Orchid #C067D7
RGB
CMYK
RGB Variations
Color information
#C067D7 (or 0xC067D7) is known color: Medium Orchid. HEX triplet: C0, 67 and D7. RGB value is (192,103,215). Sum of RGB (Red+Green+Blue) = 192+103+215=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #C067D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067D7 is #3F9828. Grayscale: #8E8E8E. Windows color (decimal): -4167721 or 14116800. OLE color: 14116800.
HSL color Cylindrical-coordinate representation of color #C067D7: hue angle of 287.68º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C067D7 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 103 | 215 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.16 |
| HSL | 287.68º | 0.58% | 0.62% | - |
| HSV(B) | 287.68º | 0.52% | 0.84% | - |
| XYZ | 38.85 | 25.81 | 67.22 | - |
| YUV | 142.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 215 | 0.11 | 0.52 | 0 | 0.16 | 287.68 | 0.58 | 0.62 |
| Hex | C0 | 67 | D7 | B | 34 | 0 | 10 | 120 | 3A | 3E |
| Octal | 300 | 147 | 327 | 13 | 64 | 0 | 20 | 440 | 72 | 76 |
| Binary | 11000000 | 1100111 | 11010111 | 1011 | 110100 | 0 | 10000 | 100100000 | 111010 | 111110 |
Color Harmonies of #C067D7
Complementary color
Monochromatic Colors of #C067D7
Black with #C067D7
Text Example
Text Example
White with #C067D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067D7; }
p { color: rgb(192,103,215); }
H1.HeaderClassName
{
color: #C067D7;
}
.AnyTagClassName
{
color: #C067D7;
}
</style>
background-color css
<style>
a { background-color: #C067D7; }
a { background-color: rgb(192,103,215); }
div.DivClassName
{
background-color: #C067D7;
}
.BgClassName
{
background-color: #C067D7;
}
</style>
border-color css
<style>
span { border-color: #C067D7; }
span { border-color: rgb(192,103,215); }
td.TdClassName
{
border-color: #C067D7;
}
.TagClassName
{
border-color: #C067D7;
}
</style>