Shades of Medium Orchid #C665DA
Tints of Medium Orchid #C665DA
RGB
CMYK
RGB Variations
Color information
#C665DA (or 0xC665DA) is known color: Medium Orchid. HEX triplet: C6, 65 and DA. RGB value is (198,101,218). Sum of RGB (Red+Green+Blue) = 198+101+218=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #C665DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665DA is #399A25. Grayscale: #8E8E8E. Windows color (decimal): -3775014 or 14312902. OLE color: 14312902.
HSL color Cylindrical-coordinate representation of color #C665DA: hue angle of 289.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C665DA is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 101 | 218 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.15 |
| HSL | 289.74º | 0.61% | 0.63% | - |
| HSV(B) | 289.74º | 0.54% | 0.85% | - |
| XYZ | 40.6 | 26.38 | 69.28 | - |
| YUV | 143.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 218 | 0.09 | 0.54 | 0 | 0.15 | 289.74 | 0.61 | 0.63 |
| Hex | C6 | 65 | DA | 9 | 36 | 0 | F | 122 | 3D | 3F |
| Octal | 306 | 145 | 332 | 11 | 66 | 0 | 17 | 442 | 75 | 77 |
| Binary | 11000110 | 1100101 | 11011010 | 1001 | 110110 | 0 | 1111 | 100100010 | 111101 | 111111 |
Color Harmonies of #C665DA
Complementary color
Monochromatic Colors of #C665DA
Black with #C665DA
Text Example
Text Example
White with #C665DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665DA; }
p { color: rgb(198,101,218); }
H1.HeaderClassName
{
color: #C665DA;
}
.AnyTagClassName
{
color: #C665DA;
}
</style>
background-color css
<style>
a { background-color: #C665DA; }
a { background-color: rgb(198,101,218); }
div.DivClassName
{
background-color: #C665DA;
}
.BgClassName
{
background-color: #C665DA;
}
</style>
border-color css
<style>
span { border-color: #C665DA; }
span { border-color: rgb(198,101,218); }
td.TdClassName
{
border-color: #C665DA;
}
.TagClassName
{
border-color: #C665DA;
}
</style>