Shades of Orchid #C768D0
Tints of Orchid #C768D0
RGB
CMYK
RGB Variations
Color information
#C768D0 (or 0xC768D0) is known color: Orchid. HEX triplet: C7, 68 and D0. RGB value is (199,104,208). Sum of RGB (Red+Green+Blue) = 199+104+208=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #C768D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768D0 is #38972F. Grayscale: #8F8F8F. Windows color (decimal): -3708720 or 13658311. OLE color: 13658311.
HSL color Cylindrical-coordinate representation of color #C768D0: hue angle of 294.81º 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 #C768D0 is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 104 | 208 | - |
| CMYK | 0.04 | 0.5 | 0 | 0.18 |
| HSL | 294.81º | 0.53% | 0.61% | - |
| HSV(B) | 294.81º | 0.5% | 0.82% | - |
| XYZ | 39.89 | 26.6 | 62.71 | - |
| YUV | 144.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 208 | 0.04 | 0.5 | 0 | 0.18 | 294.81 | 0.53 | 0.61 |
| Hex | C7 | 68 | D0 | 4 | 32 | 0 | 12 | 127 | 35 | 3D |
| Octal | 307 | 150 | 320 | 4 | 62 | 0 | 22 | 447 | 65 | 75 |
| Binary | 11000111 | 1101000 | 11010000 | 100 | 110010 | 0 | 10010 | 100100111 | 110101 | 111101 |
Color Harmonies of #C768D0
Complementary color
Monochromatic Colors of #C768D0
Black with #C768D0
Text Example
Text Example
White with #C768D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768D0; }
p { color: rgb(199,104,208); }
H1.HeaderClassName
{
color: #C768D0;
}
.AnyTagClassName
{
color: #C768D0;
}
</style>
background-color css
<style>
a { background-color: #C768D0; }
a { background-color: rgb(199,104,208); }
div.DivClassName
{
background-color: #C768D0;
}
.BgClassName
{
background-color: #C768D0;
}
</style>
border-color css
<style>
span { border-color: #C768D0; }
span { border-color: rgb(199,104,208); }
td.TdClassName
{
border-color: #C768D0;
}
.TagClassName
{
border-color: #C768D0;
}
</style>