Shades of Medium Orchid #C667DA
Tints of Medium Orchid #C667DA
RGB
CMYK
RGB Variations
Color information
#C667DA (or 0xC667DA) is known color: Medium Orchid. HEX triplet: C6, 67 and DA. RGB value is (198,103,218). Sum of RGB (Red+Green+Blue) = 198+103+218=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #C667DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667DA is #399825. Grayscale: #909090. Windows color (decimal): -3774502 or 14313414. OLE color: 14313414.
HSL color Cylindrical-coordinate representation of color #C667DA: hue angle of 289.57º 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 #C667DA is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 103 | 218 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.15 |
| HSL | 289.57º | 0.61% | 0.63% | - |
| HSV(B) | 289.57º | 0.53% | 0.85% | - |
| XYZ | 40.79 | 26.77 | 69.35 | - |
| YUV | 144.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 218 | 0.09 | 0.53 | 0 | 0.15 | 289.57 | 0.61 | 0.63 |
| Hex | C6 | 67 | DA | 9 | 35 | 0 | F | 122 | 3D | 3F |
| Octal | 306 | 147 | 332 | 11 | 65 | 0 | 17 | 442 | 75 | 77 |
| Binary | 11000110 | 1100111 | 11011010 | 1001 | 110101 | 0 | 1111 | 100100010 | 111101 | 111111 |
Color Harmonies of #C667DA
Complementary color
Monochromatic Colors of #C667DA
Black with #C667DA
Text Example
Text Example
White with #C667DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667DA; }
p { color: rgb(198,103,218); }
H1.HeaderClassName
{
color: #C667DA;
}
.AnyTagClassName
{
color: #C667DA;
}
</style>
background-color css
<style>
a { background-color: #C667DA; }
a { background-color: rgb(198,103,218); }
div.DivClassName
{
background-color: #C667DA;
}
.BgClassName
{
background-color: #C667DA;
}
</style>
border-color css
<style>
span { border-color: #C667DA; }
span { border-color: rgb(198,103,218); }
td.TdClassName
{
border-color: #C667DA;
}
.TagClassName
{
border-color: #C667DA;
}
</style>