Shades of Medium Orchid #C768DA
Tints of Medium Orchid #C768DA
RGB
CMYK
RGB Variations
Color information
#C768DA (or 0xC768DA) is known color: Medium Orchid. HEX triplet: C7, 68 and DA. RGB value is (199,104,218). Sum of RGB (Red+Green+Blue) = 199+104+218=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #C768DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768DA is #389725. Grayscale: #919191. Windows color (decimal): -3708710 or 14313671. OLE color: 14313671.
HSL color Cylindrical-coordinate representation of color #C768DA: hue angle of 290º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C768DA is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 104 | 218 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.15 |
| HSL | 290º | 0.61% | 0.63% | - |
| HSV(B) | 290º | 0.52% | 0.85% | - |
| XYZ | 41.16 | 27.1 | 69.39 | - |
| YUV | 145.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 218 | 0.09 | 0.52 | 0 | 0.15 | 290 | 0.61 | 0.63 |
| Hex | C7 | 68 | DA | 9 | 34 | 0 | F | 122 | 3D | 3F |
| Octal | 307 | 150 | 332 | 11 | 64 | 0 | 17 | 442 | 75 | 77 |
| Binary | 11000111 | 1101000 | 11011010 | 1001 | 110100 | 0 | 1111 | 100100010 | 111101 | 111111 |
Color Harmonies of #C768DA
Complementary color
Monochromatic Colors of #C768DA
Black with #C768DA
Text Example
Text Example
White with #C768DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768DA; }
p { color: rgb(199,104,218); }
H1.HeaderClassName
{
color: #C768DA;
}
.AnyTagClassName
{
color: #C768DA;
}
</style>
background-color css
<style>
a { background-color: #C768DA; }
a { background-color: rgb(199,104,218); }
div.DivClassName
{
background-color: #C768DA;
}
.BgClassName
{
background-color: #C768DA;
}
</style>
border-color css
<style>
span { border-color: #C768DA; }
span { border-color: rgb(199,104,218); }
td.TdClassName
{
border-color: #C768DA;
}
.TagClassName
{
border-color: #C768DA;
}
</style>