Shades of Orchid #C767D0
Tints of Orchid #C767D0
RGB
CMYK
RGB Variations
Color information
#C767D0 (or 0xC767D0) is known color: Orchid. HEX triplet: C7, 67 and D0. RGB value is (199,103,208). Sum of RGB (Red+Green+Blue) = 199+103+208=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #C767D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767D0 is #38982F. Grayscale: #8F8F8F. Windows color (decimal): -3708976 or 13658055. OLE color: 13658055.
HSL color Cylindrical-coordinate representation of color #C767D0: hue angle of 294.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C767D0 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 103 | 208 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.18 |
| HSL | 294.86º | 0.53% | 0.61% | - |
| HSV(B) | 294.86º | 0.5% | 0.82% | - |
| XYZ | 39.79 | 26.4 | 62.67 | - |
| YUV | 143.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 208 | 0.04 | 0.50 | 0 | 0.18 | 294.86 | 0.53 | 0.61 |
| Hex | C7 | 67 | D0 | 4 | 32 | 0 | 12 | 127 | 35 | 3D |
| Octal | 307 | 147 | 320 | 4 | 62 | 0 | 22 | 447 | 65 | 75 |
| Binary | 11000111 | 1100111 | 11010000 | 100 | 110010 | 0 | 10010 | 100100111 | 110101 | 111101 |
Color Harmonies of #C767D0
Complementary color
Monochromatic Colors of #C767D0
Black with #C767D0
Text Example
Text Example
White with #C767D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767D0; }
p { color: rgb(199,103,208); }
H1.HeaderClassName
{
color: #C767D0;
}
.AnyTagClassName
{
color: #C767D0;
}
</style>
background-color css
<style>
a { background-color: #C767D0; }
a { background-color: rgb(199,103,208); }
div.DivClassName
{
background-color: #C767D0;
}
.BgClassName
{
background-color: #C767D0;
}
</style>
border-color css
<style>
span { border-color: #C767D0; }
span { border-color: rgb(199,103,208); }
td.TdClassName
{
border-color: #C767D0;
}
.TagClassName
{
border-color: #C767D0;
}
</style>