Shades of Medium Orchid #C767DA
Tints of Medium Orchid #C767DA
RGB
CMYK
RGB Variations
Color information
#C767DA (or 0xC767DA) is known color: Medium Orchid. HEX triplet: C7, 67 and DA. RGB value is (199,103,218). Sum of RGB (Red+Green+Blue) = 199+103+218=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #C767DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767DA is #389825. Grayscale: #909090. Windows color (decimal): -3708966 or 14313415. OLE color: 14313415.
HSL color Cylindrical-coordinate representation of color #C767DA: hue angle of 290.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C767DA is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 103 | 218 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.15 |
| HSL | 290.09º | 0.61% | 0.63% | - |
| HSV(B) | 290.09º | 0.53% | 0.85% | - |
| XYZ | 41.06 | 26.9 | 69.36 | - |
| YUV | 144.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 218 | 0.09 | 0.53 | 0 | 0.15 | 290.09 | 0.61 | 0.63 |
| Hex | C7 | 67 | DA | 9 | 35 | 0 | F | 122 | 3D | 3F |
| Octal | 307 | 147 | 332 | 11 | 65 | 0 | 17 | 442 | 75 | 77 |
| Binary | 11000111 | 1100111 | 11011010 | 1001 | 110101 | 0 | 1111 | 100100010 | 111101 | 111111 |
Color Harmonies of #C767DA
Complementary color
Monochromatic Colors of #C767DA
Black with #C767DA
Text Example
Text Example
White with #C767DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767DA; }
p { color: rgb(199,103,218); }
H1.HeaderClassName
{
color: #C767DA;
}
.AnyTagClassName
{
color: #C767DA;
}
</style>
background-color css
<style>
a { background-color: #C767DA; }
a { background-color: rgb(199,103,218); }
div.DivClassName
{
background-color: #C767DA;
}
.BgClassName
{
background-color: #C767DA;
}
</style>
border-color css
<style>
span { border-color: #C767DA; }
span { border-color: rgb(199,103,218); }
td.TdClassName
{
border-color: #C767DA;
}
.TagClassName
{
border-color: #C767DA;
}
</style>